Skip to content

Commit

Permalink
CI: fix needs: in main_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 8, 2023
1 parent 8c78f08 commit fda55f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
IMAGE_TAG: ${{ needs.variables.outputs.image_tag }}

push-latest:
needs: [variables, test]
needs: [variables, sdlc-gate]
uses: cyber-dojo/differ/.github/workflows/sub_push_latest.yml@main
secrets:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
Expand All @@ -84,7 +84,7 @@ jobs:
IMAGE_TAG: ${{ needs.variables.outputs.image_tag }}

expected-deployment:
needs: [variables, test]
needs: [variables, sdlc-gate]
uses: cyber-dojo/differ/.github/workflows/sub_expect_deployment.yml@main
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
Expand Down

0 comments on commit fda55f5

Please sign in to comment.