From 410ac4a4134b1050cd5bc01f0ee9b359a0f3b7bc Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Thu, 21 Mar 2024 17:36:24 +0100 Subject: [PATCH] refactor(.github): add tf apply to master deploy queue Signed-off-by: Massimiliano Giovagnoli --- .github/workflows/terraform-apply.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index c0122eedc49..94f87dc9e54 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -7,6 +7,10 @@ on: paths: - 'config/clusters/**' +concurrency: + group: master-CI + cancel-in-progress: false + defaults: run: working-directory: config/clusters