From 1f904ff840a05568bbf74c0885e9eca0bbc1f60d Mon Sep 17 00:00:00 2001 From: gagik Date: Tue, 11 Feb 2025 17:17:06 +0100 Subject: [PATCH] chore(ci): do not cancel in progress tasks on the main branch --- .github/workflows/check-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-test.yaml b/.github/workflows/check-test.yaml index 086a3788..46bc00f3 100644 --- a/.github/workflows/check-test.yaml +++ b/.github/workflows/check-test.yaml @@ -16,7 +16,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: