mirror of
https://github.com/Z3Prover/z3
synced 2026-01-20 01:03:20 +00:00
Enable concurrency for Windows.yml workflow
Add concurrency settings to Windows workflow
This commit is contained in:
parent
50226045d2
commit
a1215b4132
1 changed files with 4 additions and 0 deletions
4
.github/workflows/Windows.yml
vendored
4
.github/workflows/Windows.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue