From 26cc02b66595c71ba9cf3407a84b0c38aca875c1 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 23 Oct 2025 09:19:34 -0700 Subject: [PATCH] [Admin] Revert publish workflow --- .github/workflows/auto-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 4a7ea84..aae337b 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -3,10 +3,9 @@ run-name: Automatically publish documentation on: schedule: - cron: '45 23 * * WED' - - cron: '15 16 * * THU' jobs: auto-publish: - runs-on: windows-latest + runs-on: ubuntu-latest permissions: contents: write defaults: