Skip to content

Commit

Permalink
Update GHA workflows to prevent concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 24, 2024
1 parent 71c5f41 commit 778ebe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pulumi.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "*"
- "!main"

concurrency:
group: merge-${{ github.ref }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pulumi.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- 'v*.*.*'

concurrency:
group: merge-${{ github.ref }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 778ebe5

Please sign in to comment.