Skip to content

Commit 8d06aab

Browse files
committed
Disable scheduled cron workflow
Made-with: Cursor
1 parent cee003a commit 8d06aab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Scheduled collection
22

33
on:
4-
schedule:
5-
- cron: "0 6,18 * * *"
4+
# schedule:
5+
# - cron: "0 6,18 * * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)