Skip to content

Commit

Permalink
Disable concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 3, 2024
1 parent 7e94624 commit 38b8146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ on:
env:
DEFAULT_PYTHON: "3.12"

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

jobs:
grpc-wheels:
Expand Down

0 comments on commit 38b8146

Please sign in to comment.