Skip to content

Commit

Permalink
Changed workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Sep 27, 2024
1 parent b791ac3 commit 467c8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
inlineScript: az deployment sub create --name wam-integration-northeur --location northeurope --template-file ./infrastructure/main.json --parameters ./infrastructure/test.main.json

production-deployment:
needs: [publish-bicep, versionize]
if: github.ref == 'refs/heads/main'
needs: [test-deployment]
runs-on: ubuntu-latest
steps:
- name: Download Artifact
Expand Down

0 comments on commit 467c8a9

Please sign in to comment.