From 1f10e261394c16e488879c6f09ac1b2f07dcc46d Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 10 Mar 2025 14:07:59 -0700 Subject: [PATCH] Fix GH Actions concurrency --- .github/workflows/table-of-contents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/table-of-contents.yaml b/.github/workflows/table-of-contents.yaml index d5276cb39..917fee0b7 100644 --- a/.github/workflows/table-of-contents.yaml +++ b/.github/workflows/table-of-contents.yaml @@ -3,7 +3,7 @@ on: push name: TOC Generator concurrency: - group: ${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }} jobs: