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 dac2c6b commit 9f01a6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
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,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
os: [ubuntu-20.04, macos-14]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9f01a6f

Please sign in to comment.