3
0
Fork 0
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:
Nikolaj Bjorner 2026-01-18 17:35:12 -08:00 committed by GitHub
parent 50226045d2
commit a1215b4132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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