Skip to content

Commit

Permalink
Filter canary branch for GitHub actions cancelling (#21524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 25, 2021
1 parent 9a63f3c commit 1f79519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cancel.yml
@@ -1,6 +1,10 @@
name: Cancel
on:
pull_request_target:
branches-ignore:
# don't run cancel job for branches named canary until
# it no longer cancels the main canary branches jobs
- canary
types:
- edited
- synchronize
Expand Down

0 comments on commit 1f79519

Please sign in to comment.