Skip to content

Commit 7eb775e

Browse files
committed
Add clear build option
1 parent bdac0dc commit 7eb775e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release_sdk_parallel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
sdk-version:
1111
description: 'The new version for the sdk library.'
1212
required: true
13+
clean-build:
14+
description: 'Perform a clean build'
15+
default: 'false'
1316

1417
jobs:
1518
build_targets:
@@ -37,6 +40,7 @@ jobs:
3740
git config user.email [email protected]
3841
3942
- uses: Swatinem/rust-cache@v2
43+
if: ${{ github.event.inputs.clean-build != 'true' }}
4044
with:
4145
save-if: ${{ github.ref == 'refs/heads/main' || github.ref == 'main' }}
4246
cache-on-failure: true

0 commit comments

Comments
 (0)