Say what the mirror's concurrency group does, and name every way a stale ref survives
Test / lint (pull_request) Successful in 20s
Test / test (26) (pull_request) Successful in 17s
Mirror / push (push) Successful in 3s
Test / test (18) (pull_request) Successful in 18s
Test / test (20) (pull_request) Successful in 18s
Test / test (22) (pull_request) Successful in 18s
Test / test (24) (pull_request) Successful in 17s
Test / lint (pull_request) Successful in 20s
Test / test (26) (pull_request) Successful in 17s
Mirror / push (push) Successful in 3s
Test / test (18) (pull_request) Successful in 18s
Test / test (20) (pull_request) Successful in 18s
Test / test (22) (pull_request) Successful in 18s
Test / test (24) (pull_request) Successful in 17s
This commit was merged in pull request #5.
This commit is contained in:
@@ -7,7 +7,6 @@ permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
# No concurrency group: Gitea cancels a queued run when the next one in its group arrives, dropping the delete.
|
||||
delete:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
push:
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
# Gitea 1.26 rolls back a run whose jobs share a group, so the delete job lives in mirror-delete.yaml.
|
||||
# Gitea cancels a queued job in this group when the next one arrives; only the full push may join.
|
||||
concurrency:
|
||||
group: mirror
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user