mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 23:27:53 +00:00
Implement concurrency for CI workflow
Add concurrency settings to the CI workflow
This commit is contained in:
parent
6722fd80bf
commit
591a576316
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