Skip to content

Commit

Permalink
Only run CLA on opened and synchronize to fix race condition (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable authored Oct 24, 2024
1 parent 4cbc036 commit 838716b
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 838716b

Please sign in to comment.