Skip to content

Commit

Permalink
Disable cancel in progress of fails for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Apr 29, 2024
1 parent 9f01a6f commit daa123a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ on:
pull_request:
push:


# concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
pypi:
Expand All @@ -14,8 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-14]
os: [ubuntu-20.04, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit daa123a

Please sign in to comment.