Skip to content

Commit

Permalink
add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Dec 2, 2024
1 parent 838a301 commit 7ac492f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aws_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches:
- integration

# This prevents two workflows to run at the same time.
# This workflows calls terragrunt, which does not allow concurent runs.
concurrency:
group: aws-integration
cancel-in-progress: false

permissions:
contents: read

Expand Down

0 comments on commit 7ac492f

Please sign in to comment.