CI: cancel running jobs on updates
This commit is contained in:
committed by
Rosen Penev
parent
1958e70a71
commit
8001807f4d
@@ -5,6 +5,10 @@
|
||||
# or to provide custom queries or build logic.
|
||||
name: "CodeQL"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [0.27-maintenance, main]
|
||||
|
||||
Reference in New Issue
Block a user