Skip to content

Commit

Permalink
reinstall schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 7, 2023
1 parent 6024f15 commit afc4740
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/trigger_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ 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 * *' # new monthly schedule
# - cron: '0 4 * * 2' # old weekly schedule
schedule:
- cron: '0 4 10 * *' # monthly, 10th day
workflow_dispatch:

jobs:
Expand Down

0 comments on commit afc4740

Please sign in to comment.