Skip to content

Commit

Permalink
GH Actions: minor tweak to merge conflict workflow
Browse files Browse the repository at this point in the history
Follow up on 141 which added the `pull_request_target` trigger with types to the merge conflict check.

The `edited` type seems to include changes to the PR labels, which means that the workflow keeps getting cancelled and retriggered on new PRs due to the label workflow running and adding labels, so let's remove the `edited` type.
  • Loading branch information
jrfnl committed Dec 26, 2023
1 parent 5b9078f commit 18b72cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/label-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

Expand Down

0 comments on commit 18b72cd

Please sign in to comment.