Skip to content

Commit

Permalink
Restore autorelease schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 19, 2023
1 parent 30c2373 commit 08577f7
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' # old schedule
# - cron: '0 4 10 * *' # new schedule, temporarily paused
schedule:
- cron: '0 4 10 * *' # new monthly schedule
# - cron: '0 4 * * 2' # old weekly schedule
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 08577f7

Please sign in to comment.