Skip to content

Commit

Permalink
fixup! Test on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 27, 2024
1 parent 8b8d610 commit 805bcbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
schedule:
- cron: "0 2 * * 1" # 1=monday

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

build:
Expand Down

0 comments on commit 805bcbc

Please sign in to comment.