Skip to content

Commit

Permalink
Fix copy paste error in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Sep 10, 2024
1 parent 48ecde2 commit dd5136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: 'deploy-ccdjsgen'
group: 'deploy-react-components'
cancel-in-progress: false

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: 'deploy-ccdjsgen'
group: 'deploy-wallet-connectors'
cancel-in-progress: false

env:
Expand Down

0 comments on commit dd5136c

Please sign in to comment.