chore: only run release-binary on non PR

release-notes-05
Meng Zhang 2023-11-01 23:06:13 -07:00
parent 90e446bfba
commit 0ed4289958
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ jobs:
release-binary:
if: github.event_name != 'pull_request'
needs: tests
runs-on: ${{ matrix.os }}
strategy: