From 657a3fb99acff25805f51c484e372105de11000e Mon Sep 17 00:00:00 2001 From: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:39:57 +0100 Subject: [PATCH] [testing workflows] Update concurrency to not cancel the workflow when running on trunk (#50397) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4ca04202cc..e9eecfb8193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: concurrency: group: '${{ github.workflow }}-${{ github.ref }}-${{ inputs.trigger }}' - cancel-in-progress: true + cancel-in-progress: ${{ github.ref != 'trunk' }} env: FORCE_COLOR: 1