Skip to content

Commit

Permalink
Inhibit autorelease until v5 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed May 6, 2024
1 parent 66cfaa0 commit 391575a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/trigger_conda_raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

name: Trigger conda_raw release
on:
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
# 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
workflow_dispatch:

jobs:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/trigger_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

name: Trigger main release
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 * *' # monthly, 10th day
# NOTE temporarily commented out, awaiting merge of the v5 branch
# # 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 * *' # monthly, 10th day
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 391575a

Please sign in to comment.