Skip to content

Commit

Permalink
Update cancel-outdated-workflow-runs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnscholten authored Dec 20, 2020
1 parent 98f2dfa commit 47256e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cancel-outdated-workflow-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cancel outdated workflow runs
# this job cancels any previous workflow runs still in progress on the same branch
# freeing up spots in the queue for the most recent commits
# and saving some trees along the way
on: [push]
on: [push, pull_request_target]
jobs:
cancel:
name: 'Cancel Outdated Workflow Runs'
Expand Down

0 comments on commit 47256e0

Please sign in to comment.