Skip to content

Commit

Permalink
Refactor deployment workflow to include dependency on build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 14, 2024
1 parent 07370d3 commit 275b924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.deploy.stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
os: "ubuntu-latest"

bundle-deploy:
needs: build
runs-on: ubuntu-latest
env:
CI: true
Expand Down

0 comments on commit 275b924

Please sign in to comment.