mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 13:47:05 +00:00
Cancel in-progress CI jobs when a newer commit supersedes them (#2136)
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
||||
tags:
|
||||
- v[0-9]*
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{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