aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/validate.yml3
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: