Skip to content

Commit

Permalink
remove image promotion as a a need
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored Oct 29, 2024
1 parent 601f54b commit ee4c073
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd-to-prod-on-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
tags: prod
deploys:
name: Deploys (prod)
needs: [image-promotions-to-prod]
uses: ./.github/workflows/.deploy.yml
secrets: inherit
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd-to-test-on-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
tags: test
deploys:
name: Deploys (test)
needs: [image-promotions-to-test]
uses: ./.github/workflows/.deploy.yml
secrets: inherit
with:
Expand Down

0 comments on commit ee4c073

Please sign in to comment.