Skip to content

Commit

Permalink
Only run deploy job after other jobs have passed
Browse files Browse the repository at this point in the history
  • Loading branch information
brundonsmith committed Nov 23, 2024
1 parent d1fca2c commit eb8d83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: deno task check
deploy:
runs-on: ubuntu-latest
needs: [front-end-lint, front-end-typecheck, back-end-check]
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
steps:
Expand Down

0 comments on commit eb8d83f

Please sign in to comment.