diff --git a/.github/workflows/dev-cd-workflow.yml b/.github/workflows/dev-cd-workflow.yml index d9de78a..6ceab27 100644 --- a/.github/workflows/dev-cd-workflow.yml +++ b/.github/workflows/dev-cd-workflow.yml @@ -9,13 +9,16 @@ jobs: secrets: inherit run-tests: name: Run Integration Tests + needs: create-environment-and-deploy-app uses: ./.github/workflows/run-tests.yml secrets: inherit binary-auth: name: Attest Images + needs: run-tests uses: ./.github/workflows/attest-images.yml secrets: inherit raise-pull-request: name: Raise PR to prod branch + needs: binary-auth uses: ./.github/workflows/raise-pr.yml secrets: inherit \ No newline at end of file