Update .github/workflows/scrape.yml
This commit is contained in:
parent
541c6b3c12
commit
04600ddb98
1 changed files with 6 additions and 6 deletions
12
.github/workflows/scrape.yml
vendored
12
.github/workflows/scrape.yml
vendored
|
|
@ -1,12 +1,12 @@
|
||||||
name: Scrape
|
name: Scrape
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
#push:
|
||||||
workflow_dispatch:
|
#workflow_dispatch:
|
||||||
schedule:
|
#schedule:
|
||||||
# Daily at 6:23 AM UTC
|
## Daily at 6:23 AM UTC
|
||||||
- cron: '0,10,20,30,40,50 * * * *'
|
#- cron: '0,10,20,30,40,50 * * * *'
|
||||||
# For hourly at 42 minutes past the hour: '42 * * * *'
|
## For hourly at 42 minutes past the hour: '42 * * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue