Skip to content

Commit

Permalink
Add upload-templates dependency to dispatch job
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhunt02 authored Jan 29, 2025
1 parent 885c7e5 commit 1ee3b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:

dispatch:
name: Dispatch build message
needs: upload-releases
needs: [upload-releases, upload-templates]
env:
REPO_TOKEN: ${{ secrets.REPO_DISPATCH }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ee3b86

Please sign in to comment.