mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 11:26:29 +03:00
ci: add workflow to the group
Otherwise it cancels other workflows.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -3,7 +3,7 @@ name: Rust CI
|
|||||||
# Cancel previously started workflow runs
|
# Cancel previously started workflow runs
|
||||||
# when the branch is updated.
|
# when the branch is updated.
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|||||||
Reference in New Issue
Block a user