mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Abort CodeQL runs on new pushes to a pull-request's branch (#13241)
This commit is contained in:
committed by
GitHub
parent
8470a30446
commit
2a926f3e61
7
.github/workflows/codeql-java-analysis.yml
vendored
7
.github/workflows/codeql-java-analysis.yml
vendored
@@ -17,7 +17,12 @@ on:
|
||||
- '.github/workflows/codeql-java-analysis.yml'
|
||||
schedule:
|
||||
- cron: '0 9 * * 2'
|
||||
|
||||
|
||||
concurrency:
|
||||
# Only run once for latest commit per ref and cancel other (previous) runs.
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: CodeQL analyze
|
||||
|
||||
Reference in New Issue
Block a user