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