Skip to content

Commit 9061096

Browse files
authored
Merge pull request #349 from gythialy/hotfix/disable-cron-task
refactor: disable schedule task
2 parents 4aaa0f5 + cbd3444 commit 9061096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update depdencies
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "13 16 * * *"
5+
# schedule:
6+
# - cron: "13 16 * * *"
77

88
jobs:
99
check-update:

0 commit comments

Comments
 (0)