Skip to content

Commit

Permalink
ci: tweak workflows needs ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 20, 2023
1 parent 53a3e36 commit 6a554b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
smoke-test-backend:
runs-on: ubuntu-latest
needs:
- extract-versions
- backend-build
environment:
name: ${{ github.ref_name }}
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
smoke-test-frontend:
runs-on: ubuntu-latest
needs:
- extract-versions
- frontend-main-build
environment:
name: ${{ github.ref_name }}
Expand All @@ -96,7 +94,6 @@ jobs:
deploy-containers:
runs-on: ubuntu-latest
needs:
- extract-versions
- smoke-test-backend
- smoke-test-frontend
environment:
Expand Down

0 comments on commit 6a554b4

Please sign in to comment.