Skip to content

Commit

Permalink
workflows: re-enable conda_raw trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 18, 2024
1 parent 1320a3f commit 2ec6bd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ec6bd6

Please sign in to comment.