From 709d183bd132b96ee9167b4a3f677108ba50c0a7 Mon Sep 17 00:00:00 2001 From: Eric Zinda Date: Fri, 7 Feb 2025 10:27:54 -0800 Subject: [PATCH] Update DailyDocBuildIfWikiUpdates.yml --- .github/workflows/DailyDocBuildIfWikiUpdates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DailyDocBuildIfWikiUpdates.yml b/.github/workflows/DailyDocBuildIfWikiUpdates.yml index 8cf13506..e3e7bdb5 100644 --- a/.github/workflows/DailyDocBuildIfWikiUpdates.yml +++ b/.github/workflows/DailyDocBuildIfWikiUpdates.yml @@ -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