Skip to content

Commit e8fba44

Browse files
fix: test.yml (#145)
remove the trigger `review_requested`
1 parent 45f9634 commit e8fba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Open-COBOL-ESQL tests
33
on:
44
push:
55
pull_request:
6-
types: [opened, reopened, review_requested, synchronize]
6+
types: [opened, reopened, synchronize]
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)