Skip to content

Commit 46a6869

Browse files
authored
Don't label PRs again after /update-commit (#2284)
Signed-off-by: David Festal <dfestal@redhat.com>
1 parent c0492cd commit 46a6869

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-plugins-repo-refs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
needs: [update-branches, update-main-branch]
211211
if: |
212212
always() &&
213+
inputs.pr-to-update == '' &&
213214
(needs.update-branches.result != 'skipped' ||
214215
needs.update-main-branch.result != 'skipped')
215216
uses: ./.github/workflows/label-mandatory-workspace-prs.yaml

0 commit comments

Comments
 (0)