diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-26 00:48:32 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-05-26 00:48:32 +0200 |
| commit | 11de5a0a693062385bd53933f6ea9bffb2cd4e3e (patch) | |
| tree | a62a4812dbcbffdf7e6541619292a82db60f2211 | |
| parent | remove windows bundle (diff) | |
| download | zen-1.0.1.9-pre7.tar.xz zen-1.0.1.9-pre7.zip | |
make sure cancel old builds runs firstv1.0.1.9-pre7
| -rw-r--r-- | .github/workflows/validate.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8ca8a4979..a7cc32a37 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -18,6 +18,7 @@ jobs: access_token: ${{ github.token }} clang-format: + needs: cancel-old-build name: Check clang-format runs-on: [self-hosted, linux, x64] @@ -32,6 +33,7 @@ jobs: exclude-regex: (.*thirdparty.*) windows-build: + needs: cancel-old-build name: Build & Test Windows runs-on: [self-hosted, windows, x64] strategy: @@ -95,6 +97,7 @@ jobs: VCPKG_ROOT: ${{ github.workspace }}/.vcpkg linux-build: + needs: cancel-old-build name: Build & Test Linux runs-on: [self-hosted, linux, x64] strategy: |