Skip to content

Commit 0afbd20

Browse files
authored
Merge pull request #816 from Expensify/cmartins-fixCLA
[No QA] Only run cla on open and synchronizefix clafix cla
2 parents 4708cb8 + 801ddf2 commit 0afbd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
issue_comment:
55
types: [created]
66
pull_request_target:
7-
types: [opened, closed, synchronize]
7+
types: [opened, synchronize]
88

99
jobs:
1010
CLA:

0 commit comments

Comments
 (0)