Skip to content

Commit e9b327f

Browse files
authored
Update ci.yml
1 parent 7f92170 commit e9b327f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ jobs:
243243
$env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll `
244244
--logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx"
245245
246-
- uses: geekyeggo/delete-artifact@v5
246+
- if: github.event_name == 'pull_request'
247+
uses: geekyeggo/delete-artifact@v5
247248
with:
248249
name: '*'
249250

0 commit comments

Comments
 (0)