Skip to content

Commit e7ba368

Browse files
authored
Use SKIP_BUILD (#1681)
1 parent af84146 commit e7ba368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
sudo mv ./wuh /usr/bin/wuh
9595
- name: Build ${{ matrix.runtime }} runtime
9696
id: srtool_build
97-
if: ${{ env.FILTER == 'true' }}
97+
if: ${{ env.SKIP_BUILD != 'true' }}
9898
uses: chevdor/srtool-actions@v0.9.2
9999
env:
100100
BUILD_OPTS: --features=on-chain-release-build

0 commit comments

Comments
 (0)