Skip to content

Commit

Permalink
Update to Python 3.12, closes #156
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Dec 22, 2023
1 parent 17e8a1b commit 3439b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- master

schedule:
# Every Sunday at 0:37 UTC.
- cron: "37 0 * * 0"
# Run every 15 days at 12:37 AM UTC.
- cron: "37 0 */15 * *"

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 3439b5b

Please sign in to comment.