mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
ci: avoid github.run_id in concurrency.group
https://codeberg.org/Codeberg/Community/issues/2318
This commit is contained in:
parent
27e8d05ee8
commit
4e99f095ae
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ on:
|
|||
# This cancels older workflow runs on pull requests while ensuring that there
|
||||
# are no concurrency limits on pushes and manual workflow dispatches.
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue