From: Marc Foley Date: Wed, 7 May 2025 11:31:22 +0000 (+0100) Subject: run when pr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f413bc460cd4fb6d1fdea2b3aa8c32eb948ab7c1;p=thirdparty%2Fgoogle%2Ffonts.git run when pr --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 1a2ece2a2..54efbabcb 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -2,11 +2,14 @@ name: Google Fonts Report on: + # will run when modifying this file for testing purposes + pull_request: + paths: + - '.github/workflows/report.yaml' schedule: # Every Monday at 12am - #- cron: '0 0 * * 1' - # for testing every 5th minute e.g 1:05, 1:10, 1:15... - - cron: '1/5 * * * *' + - cron: '0 0 * * 1' + jobs: