mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Update .github/workflows/main.yml
Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
# on PRs that are pushed to multiple times in rapid succession.
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.ref}}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{github.event_name == 'pull_request'}}
|
||||
|
||||
jobs:
|
||||
decision:
|
||||
|
||||
Reference in New Issue
Block a user