Skip to content

Commit

Permalink
chore: some updates to GH
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Jun 4, 2024
1 parent 6e5351c commit 4f702e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
types:
- published

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

jobs:
pre-commit:
name: Format
Expand All @@ -33,7 +37,7 @@ jobs:
runs-on: [ubuntu-latest, macos-13, windows-latest]

include:
- python-version: pypy-3.8
- python-version: pypy-3.9
runs-on: ubuntu-latest


Expand Down

0 comments on commit 4f702e7

Please sign in to comment.