From 7861d0d84c944bd8e353828afbeee241ff27a8e8 Mon Sep 17 00:00:00 2001 From: Henry Fraser Date: Thu, 17 Feb 2022 17:23:10 +1000 Subject: [PATCH] Make sure it's enabled first :P --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578c4b42f4d7ef..9ea483e00c741d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: - 'release-[0-9]+.[0-9]+' - feature/* + # Cancel any in-progress CI runs for a PR if it is updated concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}