From 04600ddb98e310173db3b94f0ed6a84a9e874c67 Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 31 May 2026 13:15:15 +0200 Subject: [PATCH] Update .github/workflows/scrape.yml --- .github/workflows/scrape.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index b5e9197..3e384eb 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -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