Skip to content

Commit e05d47e

Browse files
authored
Update scrape.yml
1 parent aed4520 commit e05d47e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scrape.yml

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

33
on:
4-
schedule:
5-
- cron: '0 12,16,21,4 * * *' # 12 PM, 4 PM, 9 PM, 4 AM UTC
4+
# schedule:
5+
#- cron: '0 12,16,21,4 * * *' # 12 PM, 4 PM, 9 PM, 4 AM UTC
66
workflow_dispatch: # Allows manual triggering of the workflow
77

88
permissions:

0 commit comments

Comments
 (0)