diff --git a/.github/workflows/ci-validation.yml b/.github/workflows/ci-validation.yml index 0d4e7c3..6290b95 100644 --- a/.github/workflows/ci-validation.yml +++ b/.github/workflows/ci-validation.yml @@ -1,8 +1,8 @@ +--- name: Build Virtual Display Driver on: pull_request: - branches: [ main, master ] push: branches: [ main, master ] paths-ignore: @@ -11,6 +11,10 @@ on: - 'LICENSE*' workflow_dispatch: +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + env: BUILD_CONFIGURATION: Release VDD_SOLUTION: Virtual Display Driver (HDR)/MttVDD.sln @@ -141,4 +145,3 @@ jobs: name: VDD-${{ matrix.platform }}-${{ env.BUILD_CONFIGURATION }} path: artifacts/VDD/${{ matrix.platform }}/ if-no-files-found: error -