Skip to content

Commit 217bb66

Browse files
committed
Fix race condition
1 parent 876c6e1 commit 217bb66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-test-debug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,11 @@ jobs:
361361
- content-tests
362362
- integration-tests
363363
- yaml-linter
364+
- ci-success
364365
runs-on: ubuntu-slim
365366
steps:
366367
- name: Delete test binaries
367-
if: ${{ runner.debug != '1' }}
368+
if: ${{ runner.debug != '1' || inputs.harvest != true }}
368369
continue-on-error: true
369370
uses: geekyeggo/delete-artifact@v6
370371
with:

0 commit comments

Comments
 (0)