There was an error while loading. Please reload this page.
1 parent 876c6e1 commit 217bb66Copy full SHA for 217bb66
1 file changed
.github/workflows/build-test-debug.yml
@@ -361,10 +361,11 @@ jobs:
361
- content-tests
362
- integration-tests
363
- yaml-linter
364
+ - ci-success
365
runs-on: ubuntu-slim
366
steps:
367
- name: Delete test binaries
- if: ${{ runner.debug != '1' }}
368
+ if: ${{ runner.debug != '1' || inputs.harvest != true }}
369
continue-on-error: true
370
uses: geekyeggo/delete-artifact@v6
371
with:
0 commit comments