Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from traP-jp/fix/actions_lock
Browse files Browse the repository at this point in the history
GitHub Actionsを複数同時に実行できないように
  • Loading branch information
ikura-hamu authored Jun 4, 2024
2 parents 531277f + d7dfff1 commit 687524c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

concurrency:
group: terraform

jobs:
apply:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
pull-requests: write
contents: read

concurrency:
group: terraform

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

0 comments on commit 687524c

Please sign in to comment.