Skip to content

Commit

Permalink
MAV-745: Remove not-needed input variable (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogsi17 authored Feb 27, 2025
2 parents 10e0516 + f45bc95 commit 1bb5fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
environment: "copilotmigration"
DeployApplication:
needs: DeployInfrastructure
needs: [Build, DeployInfrastructure]
uses: ./.github/workflows/deploy_mavis.yml
with:
environment: "copilotmigration"
image_tag: ${{ github.sha }}

0 comments on commit 1bb5fe2

Please sign in to comment.