summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index fce3236a6..9606433d6 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -15,6 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
+ concurrency:
+ group: ${{ github.head_ref }}-build
+ cancel-in-progress: true
steps:
- uses: actions/checkout@v2
with: