Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
updated needs for CMS deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 17, 2024
1 parent 76041c9 commit 60ccf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Deploy CMS applications
runs-on: ubuntu-latest
environment: production
needs: [deploy_infra]
needs: [deploy_infra, push_images_to_acr]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 60ccf4e

Please sign in to comment.