Skip to content

Commit 85fe5a8

Browse files
committed
Fix issue with run artifacts being deleted
1 parent 217bb66 commit 85fe5a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
runs-on: ubuntu-slim
366366
steps:
367367
- name: Delete test binaries
368-
if: ${{ runner.debug != '1' || inputs.harvest != true }}
368+
if: ${{ !(runner.debug == '1' || inputs.harvest == true) }}
369369
continue-on-error: true
370370
uses: geekyeggo/delete-artifact@v6
371371
with:

0 commit comments

Comments
 (0)