From 521aa9be0595706312760abcefb4380b085e58fb Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 26 May 2022 00:48:32 +0200 Subject: make sure cancel old builds runs first --- .github/workflows/validate.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3