Skip to content

Commit

Permalink
Update DailyDocBuildIfWikiUpdates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZinda committed Feb 7, 2025
1 parent 92eca16 commit 709d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DailyDocBuildIfWikiUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
# Store whether the wiki has changed or not in the output of this workflow
outputs:
wiki_changed: ${{ steps.check_sha.outputs.cache-hit != 'true' }}
wiki_changed: ${{ steps.check_sha.outputs.cache-hit != 'true' || steps.date.outputs.date == '1' || steps.date.outputs.date == '7' }}
steps:
# Work around the fact that this workflow will get disabled if the
# *this* repository hasn't been changed in 60 days
Expand Down

0 comments on commit 709d183

Please sign in to comment.