mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 05:37:08 +00:00
Cancel in-progress CI jobs when a newer commit supersedes them (#2136)
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
||||
paths: [ 'contrib/**', .github/scripts/check-contrib.sh ]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.event.pull_request.number || github.ref}}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
# Force colored output (see https://bixense.com/clicolors/ and https://force-color.org/)
|
||||
TERM: xterm-256color
|
||||
|
||||
Reference in New Issue
Block a user