Skip to content

Commit 832cbb4

Browse files
committed
Remove release of rust ci from PR and workflow dispatch.
1 parent b34f797 commit 832cbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
name: Release Rust Port
5050
runs-on: ubuntu-latest
5151
needs: test
52+
if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' }}
5253
steps:
5354
- name: Check out the repo
5455
uses: actions/checkout@v4

0 commit comments

Comments
 (0)