mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +00:00
Enable concurrency for Windows.yml workflow
Add concurrency settings to Windows workflow
This commit is contained in:
parent
a10ec80ed6
commit
8d6759d01c
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:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue