Update .github/workflows/scrape.yml
All checks were successful
Scrape / scrape (push) Successful in 29s

This commit is contained in:
Henrik Lindhe 2026-05-31 11:52:16 +02:00
parent 9ac3c048b5
commit a8a53da3e7

View file

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# Daily at 6:23 AM UTC
- cron: '23 6 * * *'
- cron: '0,10,20,30,40,50 * * * *'
# For hourly at 42 minutes past the hour: '42 * * * *'
permissions: