From a8d17b58a4463a70bc0f9c155e6c8d17dde7c77b Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Fri, 11 Oct 2024 17:49:40 -0400 Subject: [PATCH] Try re-enabling the automatic import --- .github/workflows/import.yaml | 4 ++-- .github/workflows/set-timestamp.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/import.yaml b/.github/workflows/import.yaml index ba26ac1c..f33eb657 100644 --- a/.github/workflows/import.yaml +++ b/.github/workflows/import.yaml @@ -1,6 +1,6 @@ on: - # schedule: - # - cron: '0 */6 * * *' + schedule: + - cron: '0 */6 * * *' workflow_dispatch: ~ name: Import diff --git a/.github/workflows/set-timestamp.yaml b/.github/workflows/set-timestamp.yaml index a9fd9799..6cfe1008 100644 --- a/.github/workflows/set-timestamp.yaml +++ b/.github/workflows/set-timestamp.yaml @@ -27,7 +27,7 @@ jobs: - name: Change content run: | # echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml - echo "lastCheckedRecentChanges: '2024-09-25T18:36:53.638349Z'" > data/wiki-meta-cache.yaml + echo "lastCheckedRecentChanges: '2024-10-10T03:26:12.962818Z'" > data/wiki-meta-cache.yaml - name: Updated content run: | cat data/wiki-meta-cache.yaml