Skip to content

Commit

Permalink
Don't cancel in progress runs of CLA bot (#2521)
Browse files Browse the repository at this point in the history
We have a bot that adds comments to the community PRs and triggers a second run of the workflow right away. This means that the first run that was actually checking the CLA gets canceled and the check doesn't run.
  • Loading branch information
lucacome authored Sep 6, 2024
1 parent 5c470c8 commit 6b9ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
types:
- opened
- synchronize
- reopened

concurrency:
group: ${{ github.ref_name }}-cla
cancel-in-progress: true

permissions:
contents: read
Expand Down

0 comments on commit 6b9ad3a

Please sign in to comment.