Skip to content

Commit 973a3f8

Browse files
authored
Code Quality: Auto delete artifacts from CI (#16547)
1 parent ac6b163 commit 973a3f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ jobs:
243243
$env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll `
244244
--logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx"
245245
246+
- if: github.event_name == 'pull_request'
247+
uses: geekyeggo/delete-artifact@v5
248+
with:
249+
name: '*'
250+
246251
# - name: Generate markdown from the tests result
247252
# shell: pwsh
248253
# run: |

0 commit comments

Comments
 (0)