Skip to content

Commit

Permalink
trying once more with disbaling fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 21, 2024
1 parent 9133cd8 commit c44d711
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches:
- main

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

jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.10", "3.11"]
Expand Down

0 comments on commit c44d711

Please sign in to comment.