mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
ci: only cancel previous PR runs on Forgejo Actions
This commit is contained in:
parent
071453d5b9
commit
cca2da16bd
@ -7,7 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user