Skip to content

Commit

Permalink
Added needs condition to database in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Oct 18, 2024
1 parent c3095a5 commit 88b309f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

database:
name: Database
needs: [init]
environment: ${{ inputs.environment }}
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 88b309f

Please sign in to comment.