mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
feat(ci): kill duplicate CI jobs on PRs (#26945)
This commit is contained in:
committed by
GitHub
parent
032af5a069
commit
26e330e119
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@@ -13,6 +13,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
|
||||
# cancel previous workflow jobs for PRs
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
Reference in New Issue
Block a user