diff options
Diffstat (limited to '.github/workflows')
| -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 b715a8c63..827411a6b 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] timeout-minutes: 10 @@ -96,6 +98,7 @@ jobs: VCPKG_ROOT: ${{ github.workspace }}/.vcpkg linux-build: + needs: cancel-old-build name: Build & Test Linux runs-on: [self-hosted, linux, x64] timeout-minutes: 10 |