mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: update-metadata: only run the build job once the update-metadata job completed successfully
This commit is contained in:
parent
f8fc616e56
commit
0a6c1bd8fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/daily-update-metadata.yml
vendored
1
.github/workflows/daily-update-metadata.yml
vendored
|
|
@ -27,5 +27,6 @@ jobs:
|
|||
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
|
||||
git push
|
||||
build:
|
||||
needs: update-metadata
|
||||
uses: ./.github/workflows/build.yml
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Reference in a new issue