From 2f1cbf42fd248f5eda5e29ca5c4d849281c90b92 Mon Sep 17 00:00:00 2001 From: BoringBoredom <16615327+BoringBoredom@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:04:58 +0300 Subject: [PATCH] temporarily disable PresentMon auto-updating --- .github/workflows/deploy.yaml | 2 +- .github/workflows/updatePresentMon.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 37d317e..a74ab30 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,7 +40,7 @@ jobs: - name: Build run: npm run build - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/.github/workflows/updatePresentMon.yaml b/.github/workflows/updatePresentMon.yaml index 7556a0b..4f9bd41 100644 --- a/.github/workflows/updatePresentMon.yaml +++ b/.github/workflows/updatePresentMon.yaml @@ -1,8 +1,8 @@ name: Update PresentMon on: - schedule: - - cron: "0 0 * * *" + # schedule: + # - cron: "0 0 * * *" workflow_dispatch: