Skip to content

Commit

Permalink
fix: wait build job
Browse files Browse the repository at this point in the history
  • Loading branch information
AfandyW committed Oct 7, 2024
1 parent 9b3d536 commit 107091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
# needs: build
needs: build
environment: development
steps:
- name: Checkout Code
Expand Down

0 comments on commit 107091e

Please sign in to comment.