Skip to content

Commit a0e241d

Browse files
committed
Upload only failed artifacts
1 parent 8db00db commit a0e241d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
8989

9090
- uses: actions/upload-artifact@v1
91-
if: success() || failure()
91+
if: failure()
9292
with:
9393
name: SeleniumLibrary Test results
9494
path: atest/zip_results

0 commit comments

Comments
 (0)