From 9ea9909f63e6a229ab20fb891fb6a9df50935bc3 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 9 Apr 2025 17:38:13 +0900 Subject: [PATCH] fix(ci): avoid flaky tests due to conflicting resources by limiting concurrency --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0310aaf..f3b6454 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,9 +52,11 @@ jobs: name: Matrix test needs: build runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} timeout-minutes: 15 strategy: - fail-fast: false + fail-fast: true matrix: # list whatever Terraform versions here you would like to support terraform: