From 6b9ad3a307ac3592537fdbf6a724b459a25d618b Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 6 Sep 2024 12:23:11 -0700 Subject: [PATCH] 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. --- .github/workflows/f5-cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index 5ac46b11b7..de0dbc8a55 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -8,10 +8,10 @@ on: types: - opened - synchronize + - reopened concurrency: group: ${{ github.ref_name }}-cla - cancel-in-progress: true permissions: contents: read