Merge pull request #43678 from crazy-max/ci-concurrency

ci: add concurrency check
This commit is contained in:
Sebastiaan van Stijn 2022-06-02 21:22:01 +02:00 committed by GitHub
commit 6f1cefe385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:

View File

@ -1,5 +1,9 @@
name: windows
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push: