-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Labeling PRs causes jobs which react to labeling to be run, even if the PR is closed (e.g. because it's already been merged). In Submariner, this commonly happens with labels pertaining to backports or release notes, resulting in a significant number of runner minutes wasted on jobs that we don't care about. This limits these jobs to PRs which are still open. Signed-off-by: Stephen Kitt <skitt@redhat.com>
- Loading branch information
1 parent
bd4bfa4
commit 4b19712
Showing
3 changed files
with
7 additions
and
3 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
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
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