Skip to content

Commit

Permalink
Fix workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed May 3, 2024
1 parent 8ee966e commit 2ba4a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
target: dependencies

notify:
needs: deploy
needs: build
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' }}
steps:
Expand Down

0 comments on commit 2ba4a59

Please sign in to comment.