3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +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
parent 6722fd80bf
commit 591a576316

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.