Skip to content

Commit bc67f63

Browse files
committed
Changed workflow to only trigger with labels
1 parent 57e0dd1 commit bc67f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checking_labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55

66
on:
77
pull_request:
8-
types: [opened, synchronize, labeled]
8+
types: [labeled]
99
branches:
1010
- main
1111

0 commit comments

Comments
 (0)