Skip to content

Commit 68b4da3

Browse files
authored
Merge pull request #576 from castai/disable-auto-feed-updates
disable daily update
2 parents 2290521 + 5fb32fd commit 68b4da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_feed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Update Feed
55
# pull_request:
66
# branches: [ "main" ]
77
on:
8-
schedule:
9-
- cron: '0 1 * * *' # daily update
8+
# schedule:
9+
# - cron: '0 1 * * *' # daily update
1010
workflow_dispatch:
1111
jobs:
1212
update_feed:

0 commit comments

Comments
 (0)