We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34f797 commit 832cbb4Copy full SHA for 832cbb4
.github/workflows/release-rust.yml
@@ -49,6 +49,7 @@ jobs:
49
name: Release Rust Port
50
runs-on: ubuntu-latest
51
needs: test
52
+ if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request' }}
53
steps:
54
- name: Check out the repo
55
uses: actions/checkout@v4
0 commit comments