Skip to content

Commit

Permalink
fix(CI): cancel dupliates should not skip pull requests
Browse files Browse the repository at this point in the history
The goal of this workflow is to cancel duplicate runs from PRs, so it
really doesn't make sense to skip this event type.
  • Loading branch information
ktmud committed Jan 20, 2021
1 parent e7def7e commit 67861ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cancel_duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
cancelFutureDuplicates: true
token: ${{ secrets.GITHUB_TOKEN }}
sourceRunId: ${{ github.event.workflow_run.id }}
notifyPRCancel: true
skipEventTypes: '["push", "pull_request", "pull_request_target"]'
notifyPRCancel: false

0 comments on commit 67861ae

Please sign in to comment.