Skip to content

Commit

Permalink
temporarily disable PresentMon auto-updating
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Apr 3, 2024
1 parent 490db52 commit 2f1cbf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatePresentMon.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update PresentMon

on:
schedule:
- cron: "0 0 * * *"
# schedule:
# - cron: "0 0 * * *"

workflow_dispatch:

Expand Down

0 comments on commit 2f1cbf4

Please sign in to comment.