Skip to content

Commit

Permalink
fix: Don't allow concurrent state access
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 24, 2023
1 parent 195da17 commit f504c7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
id-token: write

concurrency:
group: infra-deploy
group: infra-state
cancel-in-progress: false

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/infra-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ permissions:
contents: read
id-token: write

concurrency:
group: infra-state
cancel-in-progress: false

jobs:
qa:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f504c7f

Please sign in to comment.