Skip to content

Commit 0d006ab

Browse files
committed
Don't build updated samples in dry-run mode
1 parent 5933138 commit 0d006ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ jobs:
265265
- name: Update JUnit dependencies in samples
266266
run: java src/Updater.java ${{ github.event.inputs.releaseVersion }}
267267
- name: Build samples
268+
if: ${{ inputs.dryRun == 'false' }}
268269
run: java src/Builder.java
269270
- name: Create release branch
270271
run: |

0 commit comments

Comments
 (0)