We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SKIP_BUILD
1 parent af84146 commit e7ba368Copy full SHA for e7ba368
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
sudo mv ./wuh /usr/bin/wuh
95
- name: Build ${{ matrix.runtime }} runtime
96
id: srtool_build
97
- if: ${{ env.FILTER == 'true' }}
+ if: ${{ env.SKIP_BUILD != 'true' }}
98
uses: chevdor/srtool-actions@v0.9.2
99
env:
100
BUILD_OPTS: --features=on-chain-release-build
0 commit comments