From e41aaa92234e7ee7dc0916151c6552421365e714 Mon Sep 17 00:00:00 2001 From: james Hart Date: Mon, 16 Dec 2024 12:14:23 +0000 Subject: [PATCH] commenting is better --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 70e6b3a..db6efc8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -56,7 +56,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} # This will cancel all running build/test/release pipelines that are not on the main branch -# Any pipelines on the main branch will wait until existing runs complete +# If this pipeline is on the main branch, it will wait until existing runs complete cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: