Skip to content

Commit 4a22c59

Browse files
committed
Remove 'review_requested' from the triggering condition
1 parent 11446e2 commit 4a22c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# push:
88
# branches: [ master ]
99
pull_request:
10-
types: [review_requested, ready_for_review]
10+
types: [ready_for_review]
1111
repository_dispatch:
1212
types: [test-gmt-master-command]
1313
# Schedule daily tests

0 commit comments

Comments
 (0)