mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
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.