From 63a11717bd5cb858e64e002b2791074753ba8c05 Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Mon, 2 Dec 2024 13:59:06 +0000 Subject: [PATCH] concurrency test --- .github/workflows/aws_integration_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aws_integration_test.yml b/.github/workflows/aws_integration_test.yml index 151ff878..1a1fe170 100644 --- a/.github/workflows/aws_integration_test.yml +++ b/.github/workflows/aws_integration_test.yml @@ -8,6 +8,7 @@ on: # This prevents two workflows to run at the same time. # This workflows calls terragrunt, which does not allow concurent runs. +# concurrency test! concurrency: group: aws-integration cancel-in-progress: false