Skip to content

Commit

Permalink
fix(ci): Fix protobuf error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Oct 4, 2024
1 parent 3375118 commit f458028
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.event.number || github.run_id }}
cancel-in-progress: true

jobs:
linux:
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit f458028

Please sign in to comment.