Skip to content

Commit

Permalink
Remove branches filter from actions cancel workflow (vercel#21564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jan 26, 2021
1 parent cca2000 commit 35efe8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Cancel
on:
pull_request_target:
branches:
# 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 35efe8d

Please sign in to comment.