We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed4520 commit e05d47eCopy full SHA for e05d47e
1 file changed
.github/workflows/scrape.yml
@@ -1,8 +1,8 @@
1
name: Scrape Website
2
3
on:
4
- schedule:
5
- - cron: '0 12,16,21,4 * * *' # 12 PM, 4 PM, 9 PM, 4 AM UTC
+ # schedule:
+ #- cron: '0 12,16,21,4 * * *' # 12 PM, 4 PM, 9 PM, 4 AM UTC
6
workflow_dispatch: # Allows manual triggering of the workflow
7
8
permissions:
0 commit comments