Skip to content

Commit

Permalink
Only run repo update on full build success.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 3, 2024
1 parent ea142a5 commit 442de62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

updateRepoFile:
name: Trigger repository file update
if: ${{ always() && inputs.build_type == 'nightly' }}
if: ${{ success() && inputs.build_type == 'nightly' }}
runs-on: ubuntu-latest
timeout-minutes: 2
needs:
Expand Down

0 comments on commit 442de62

Please sign in to comment.