From bce3ccd999080620d671184df82f294d3165e296 Mon Sep 17 00:00:00 2001 From: James Fenn Date: Tue, 4 Aug 2026 18:40:21 -0400 Subject: [PATCH] add tofu.yml concurrency rule to prevent overlapping runs --- .github/workflows/tofu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tofu.yml b/.github/workflows/tofu.yml index d46cefd..9dbc89d 100644 --- a/.github/workflows/tofu.yml +++ b/.github/workflows/tofu.yml @@ -13,8 +13,8 @@ permissions: pull-requests: write concurrency: - group: ci-${{ github.ref }} - cancel-in-progress: true + group: all + queue: max env: TF_VAR_fastly_api_key: ${{ secrets.fastly_api_key }}