Skip to content

Commit

Permalink
workflow jobs should occur sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Aug 27, 2024
1 parent fdcf5e0 commit d55429c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d55429c

Please sign in to comment.