aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-26 00:48:32 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 00:35:51 +0200
commit521aa9be0595706312760abcefb4380b085e58fb (patch)
tree8f11272c5471078d52a8bc680be7bc66fac49a57 /.github/workflows
parentremove windows bundle (diff)
downloadzen-521aa9be0595706312760abcefb4380b085e58fb.tar.xz
zen-521aa9be0595706312760abcefb4380b085e58fb.zip
make sure cancel old builds runs first
Diffstat (limited to '.github/workflows')
-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 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