From 18b72cd2ca177e51948639348ea031331ec0cf2e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 26 Dec 2023 01:45:01 +0100 Subject: [PATCH] GH Actions: minor tweak to merge conflict workflow 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. --- .github/workflows/label-merge-conflicts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/label-merge-conflicts.yml b/.github/workflows/label-merge-conflicts.yml index 5ecf4877cd..170ac52441 100644 --- a/.github/workflows/label-merge-conflicts.yml +++ b/.github/workflows/label-merge-conflicts.yml @@ -9,7 +9,6 @@ on: pull_request_target: types: - opened - - edited - synchronize - reopened