mirror of
https://github.com/Z3Prover/z3
synced 2026-05-04 09:25:15 +00:00
Implement concurrency for CI workflow
Add concurrency settings to the CI workflow
This commit is contained in:
parent
5d74df7fee
commit
de0aa0cd1d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -10,6 +10,10 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
# This workflow migrates jobs from azure-pipelines.yml to GitHub Actions.
|
# This workflow migrates jobs from azure-pipelines.yml to GitHub Actions.
|
||||||
# See .github/workflows/CI_MIGRATION.md for details on the migration.
|
# See .github/workflows/CI_MIGRATION.md for details on the migration.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue