Skip to content

Commit 5c351c8

Browse files
authored
Merge pull request RustPython#4788 from youknowone/skip-ci
remove labeled event from ci trigger to prevent re-run ci whenever label added
2 parents 1a7df66 + f14ac71 commit 5c351c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
branches: [main, release]
44
pull_request:
5-
types: [labeled, unlabeled, opened, synchronize, reopened]
5+
types: [unlabeled, opened, synchronize, reopened]
66
merge_group:
77

88
name: CI

0 commit comments

Comments
 (0)