mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(CI): properly configure cancel duplicates (#12625)
Updating the "Cancel Duplicates" job to use our own Python script, which will try to cancel all duplicate jobs of all workflows: For each workflow, we keep only the latest run for a given branch + event type (pull_request or push). Older runs will be cancelled even if they are already running.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -24,9 +24,6 @@
|
||||
[submodule ".github/actions/file-changes-action"]
|
||||
path = .github/actions/file-changes-action
|
||||
url = https://github.com/trilom/file-changes-action
|
||||
[submodule ".github/actions/cancel-workflow-action"]
|
||||
path = .github/actions/cancel-workflow-action
|
||||
url = https://github.com/styfle/cancel-workflow-action
|
||||
[submodule ".github/actions/cached-dependencies"]
|
||||
path = .github/actions/cached-dependencies
|
||||
url = https://github.com/apache-superset/cached-dependencies
|
||||
|
||||
Reference in New Issue
Block a user