Skip to content

Commit b7ba336

Browse files
Remove unlabeled trigger from label-validation workflow (#207)
* Initial plan * Remove unlabeled trigger from label-validation workflow to prevent race conditions Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
1 parent 7313fa6 commit b7ba336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77

88
on:
99
pull_request:
10-
types: [labeled, unlabeled, synchronize]
10+
types: [labeled, synchronize]
1111

1212
jobs:
1313
get-jobs:

0 commit comments

Comments
 (0)