3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-20 09:13:20 +00:00

Implement concurrency for CI workflow

Add concurrency settings to the CI workflow
This commit is contained in:
Nikolaj Bjorner 2026-01-18 16:40:59 -08:00 committed by GitHub
parent 5d74df7fee
commit de0aa0cd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This workflow migrates jobs from azure-pipelines.yml to GitHub Actions.
# See .github/workflows/CI_MIGRATION.md for details on the migration.