From afc47402230a16d1d9acf3cd42fa0da9557bb0a9 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 7 Dec 2023 21:25:54 +0100 Subject: [PATCH] reinstall schedule --- .github/workflows/trigger_main.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trigger_main.yaml b/.github/workflows/trigger_main.yaml index 7f742ecd8..dadfb7ef3 100644 --- a/.github/workflows/trigger_main.yaml +++ b/.github/workflows/trigger_main.yaml @@ -8,9 +8,8 @@ on: # https://github.com/bblanchon/pdfium-binaries/blob/master/.github/workflows/trigger.yml # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # https://crontab.guru/ - # schedule: - # - cron: '0 4 10 * *' # new monthly schedule - # - cron: '0 4 * * 2' # old weekly schedule + schedule: + - cron: '0 4 10 * *' # monthly, 10th day workflow_dispatch: jobs: