pipeline improvements

pull/496/head
Frostebite 2023-02-12 12:37:47 +00:00
parent dae3c5c7fd
commit 7359f2caae
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ env:
jobs: jobs:
smokeTests: smokeTests:
name: Local Smoke Tests name: Smoke Tests
if: github.event.event_type != 'pull_request_target' if: github.event.event_type != 'pull_request_target'
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -70,7 +70,7 @@ jobs:
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }} CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
tests: tests:
needs: smokeTests needs: smokeTests
name: Cloud Integration Tests name: Integration Tests
if: github.event.event_type != 'pull_request_target' if: github.event.event_type != 'pull_request_target'
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: