ci: superseded pushes cancel their own runs (concurrency per ref)
This commit is contained in:
parent
4f1e27c9a0
commit
3dadbec8f2
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ name: CI
|
|||
# sequential, so tag-triggered matrix jobs (~22 min) would queue AHEAD of the
|
||||
# tag's publish-source run and starve every release (observed on 8.10.3 and
|
||||
# 9.0.0: the publish sat behind the tag's own redundant CI).
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue