From e5ac9350b1c0b8b356c51156a2c1e2336010a8f0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 24 May 2021 18:26:14 -0500 Subject: [PATCH] ci: Try other syntax for `concurrency` key (#2935) After #2932 that [immediately failed][build] on the main branch so this tries a different key to see if it'll work... [build]: https://github.com/bytecodealliance/wasmtime/actions/runs/872766013/workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8a42a1d20..6af34422c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ defaults: # Cancel any in-flight jobs for the same PR/branch so there's only one active # at a time concurrency: - group: ${{ github.head_ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: