forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements canceling of future duplicate runs (but the latest) (apach…
…e#11980) * Implements canceling of future duplicate runs (but the latest) Previous version of the cancel-workflow-runs action implemented canceling of only past duplicates, but when there are queues involved, some future "cancel-workflow-runs" might be in a queue for long time. This change has the effect that cancel-workflow-runs for duplicates will also allow future runs of the same branch/repo sparing only the most recent run - no matter if the duplicates were older than my own run. This should handle the case where we have queues blocking the "cancel-workflow-runs" from running. * Update .github/workflows/build-images-workflow-run.yml Co-authored-by: Kaxil Naik <[email protected]> Co-authored-by: Kaxil Naik <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters