From 7359f2caaec31b42e52c5f7a4c4f9cec4848b302 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 12 Feb 2023 12:37:47 +0000 Subject: [PATCH] pipeline improvements --- .github/workflows/cloud-runner-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index de70b905..d8a6bef0 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -34,7 +34,7 @@ env: jobs: smokeTests: - name: Local Smoke Tests + name: Smoke Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest strategy: @@ -70,7 +70,7 @@ jobs: CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }} tests: needs: smokeTests - name: Cloud Integration Tests + name: Integration Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest strategy: