authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-19 06:14:21+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-19 06:14:44+01:00
log4e99f095aeeb5eb503a629eca33f8649dfa0dd30
tree3f6a441167e39dd210a988e45168686438d7f4cd
parent27e8d05ee8aa9e26b3fb925f841b228e082b45c2
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: avoid github.run_id in concurrency.group

https://codeberg.org/Codeberg/Community/issues/2318

1 files changed, 1 insertions(+), 1 deletions(-)

.forgejo/workflows/ci.yaml+1-1
......@@ -10,7 +10,7 @@ on:
1010# This cancels older workflow runs on pull requests while ensuring that there
1111# are no concurrency limits on pushes and manual workflow dispatches.
1212concurrency:
13 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
13 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1414 cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515
1616permissions: