Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Feb 4, 2024
1 parent af32336 commit d77d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
concurrency:
# Makes this workflow part of the "deploy" concurrency group. (Note that this text can be chosen arbitrarily.)
group: deploy-${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'production' || 'preview' }}
group: deploy-${{ DEPLOY_STAGE }}
cancel-in-progress: false

# NOTE: Jobs run in parallel by default.
Expand Down

0 comments on commit d77d593

Please sign in to comment.