3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +00:00

Enable concurrency for Windows.yml workflow

Add concurrency settings to Windows workflow
This commit is contained in:
Nikolaj Bjorner 2026-01-18 17:35:12 -08:00
parent a10ec80ed6
commit 8d6759d01c

View file

@ -4,6 +4,10 @@ on:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy: