From 2ec6bd6221b60ae40ad7a4301cd3ac5f56029e3d Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 19 Dec 2024 00:26:24 +0100 Subject: [PATCH] workflows: re-enable conda_raw trigger --- .github/workflows/trigger_conda_raw.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trigger_conda_raw.yaml b/.github/workflows/trigger_conda_raw.yaml index f323e6d09..f562a790e 100644 --- a/.github/workflows/trigger_conda_raw.yaml +++ b/.github/workflows/trigger_conda_raw.yaml @@ -3,10 +3,9 @@ name: Trigger conda_raw release on: - # NOTE temporarily commented out, awaiting merge of the v5 branch - # schedule: - # # pdfium-binaries triggers conda on the first Monday of month at 4 o'clock UTC, so we'll want to rebuild after that, but before the next main release where we want to use the package - # - cron: '0 4 8 * *' # monthly, 8th day + schedule: + # pdfium-binaries triggers conda on the first Monday of month at 4 o'clock UTC, so we'll want to rebuild after that, but before the next main release where we want to use the package + - cron: '0 4 8 * *' # monthly, 8th day workflow_dispatch: jobs: