Skip to content

Commit 5564006

Browse files
authored
i don't want my fork sending me an email every hour that it fails
1 parent 5719a6a commit 5564006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-mod-versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Update Mod Versions
22

3-
on:
4-
schedule:
5-
- cron: '0 * * * *' # Run every hour
6-
workflow_dispatch: # Allow manual triggers
3+
#on:
4+
# schedule:
5+
# - cron: '0 * * * *' # Run every hour
6+
# workflow_dispatch: # Allow manual triggers
77

88
jobs:
99
update-versions:

0 commit comments

Comments
 (0)