mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools/github actions: update-metadata: only run the build job once the update-metadata job completed successfully
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user