Skip to content

Commit

Permalink
Merge pull request #38 from Expensify/andrew-cla2
Browse files Browse the repository at this point in the history
Only run CLA on `opened` and `synchronize` to fix race condition
  • Loading branch information
luacmartins authored Oct 24, 2024
2 parents 09dbae7 + 89f4e1a commit 2a9ef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
types: [opened, synchronize]

jobs:
CLA:
Expand Down

0 comments on commit 2a9ef23

Please sign in to comment.