Skip to content

Commit

Permalink
fix: run the pipeline only twice a year (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 11, 2024
2 parents a1b05e3 + 2519470 commit d097b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/.github/workflows/pypackage_check.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: template update check
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # Run at 00:00 on the first day of each month
- cron: '0 0 1 1,7 *' # run twice a year

jobs:
check_version:
Expand Down

0 comments on commit d097b76

Please sign in to comment.