Skip to content

Commit

Permalink
Add monthly cron run to cover GPG updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Apr 4, 2024
1 parent 2583f72 commit 3744512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- '.hgignore'
- '.gitignore'

schedule: # at 03:07 on day-of-month 7
- cron: '7 3 7 * *'

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3744512

Please sign in to comment.