Fixes GitHub Workflow Concurrency flag (#7505)
* Do not cancel master workflow.
This commit is contained in:
2
.github/workflows/analysis_codeql.yml
vendored
2
.github/workflows/analysis_codeql.yml
vendored
@@ -3,7 +3,7 @@ name: Analyse servers with CodeQL
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user