mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +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/superset-python-misc.yml
vendored
5
.github/workflows/superset-python-misc.yml
vendored
@@ -12,6 +12,11 @@ on:
|
||||
paths:
|
||||
- "superset/**"
|
||||
|
||||
# cancel previous workflow jobs for PRs
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
python-lint:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user