We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0d654 commit 62ff732Copy full SHA for 62ff732
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
release-sp1-programs:
9
runs-on: depot-ubuntu-22.04-4
10
+ if: startsWith(github.ref_name, 'sp1-programs-')
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Rust
0 commit comments