Skip to content

Commit 6b9ad3a

Browse files
authored
Don't cancel in progress runs of CLA bot (#2521)
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.
1 parent 5c470c8 commit 6b9ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/f5-cla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
types:
99
- opened
1010
- synchronize
11+
- reopened
1112

1213
concurrency:
1314
group: ${{ github.ref_name }}-cla
14-
cancel-in-progress: true
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)