Skip to content

Commit

Permalink
Disable deploy to dev on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglesang committed Feb 6, 2025
1 parent fc5f825 commit cc243a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svc-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}-deploy-dev'
environment: dev
# if: github.ref == 'refs/heads/trunk'
if: github.ref == 'refs/heads/trunk'
steps:
- uses: 3lvia/core-github-actions-templates/deploy@trunk
with:
Expand Down

0 comments on commit cc243a2

Please sign in to comment.