Skip to content

Commit

Permalink
Temporarily pause autorelease
Browse files Browse the repository at this point in the history
Consider waiting until the version branch is finished. It contains some
important follow-ups to the initial separate modules change.
  • Loading branch information
mara004 committed Oct 11, 2023
1 parent f143916 commit a76b4b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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 * * 2'
- cron: '0 4 10 * *'
# schedule:
# - cron: '0 4 * * 2' # old schedule
# - cron: '0 4 10 * *' # new schedule, temporarily paused
workflow_dispatch:

defaults:
Expand Down

0 comments on commit a76b4b8

Please sign in to comment.