Skip to content

Commit

Permalink
Queue concurrent builds on same branch (e.g. merging multiple PRs to …
Browse files Browse the repository at this point in the history
…main)
  • Loading branch information
manics committed Feb 5, 2025
1 parent 85f6713 commit 127ccbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
pull_request:

# Queue concurrent builds on same branch (e.g. merging multiple PRs to main)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
validate:
name: terraform lint and validate
Expand Down

0 comments on commit 127ccbb

Please sign in to comment.