mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Cancel other CodeQL actions on newer pushes
This commit is contained in:
parent
a28cd64c7a
commit
ddcd05adc6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -20,6 +20,10 @@ on:
|
|||
schedule:
|
||||
- cron: '42 8 * * 1'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue