Skip to content

Commit

Permalink
tools/github actions: update-metadata: only run the build job once th…
Browse files Browse the repository at this point in the history
…e update-metadata job completed successfully
  • Loading branch information
nodiscc committed Jul 27, 2023
1 parent f8fc616 commit 0a6c1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-update-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a6c1bd

Please sign in to comment.