Update .github/workflows/scrape.yml

This commit is contained in:
Henrik Lindhe 2026-05-31 13:15:15 +02:00
parent 541c6b3c12
commit 04600ddb98

View file

@ -1,12 +1,12 @@
name: Scrape
on:
push:
workflow_dispatch:
schedule:
# Daily at 6:23 AM UTC
- cron: '0,10,20,30,40,50 * * * *'
# For hourly at 42 minutes past the hour: '42 * * * *'
#push:
#workflow_dispatch:
#schedule:
## Daily at 6:23 AM UTC
#- cron: '0,10,20,30,40,50 * * * *'
## For hourly at 42 minutes past the hour: '42 * * * *'
permissions:
contents: write