File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -950,13 +950,13 @@ jobs:
950950 retention-days : 7
951951
952952 - name : Pre-process E2E Test Dumps
953- if : always ()
953+ if : failure ()
954954 run : |
955955 node ./scripts/normalize-e2e-test-dump-transaction-events.js
956956
957957 - name : Upload E2E Test Event Dumps
958958 uses : actions/upload-artifact@v4
959- if : always ()
959+ if : failure ()
960960 with :
961961 name : E2E Test Dump (${{ matrix.label || matrix.test-application }})
962962 path : ${{ runner.temp }}/test-application/event-dumps
@@ -1062,13 +1062,13 @@ jobs:
10621062 run : pnpm ${{ matrix.assert-command || 'test:assert' }}
10631063
10641064 - name : Pre-process E2E Test Dumps
1065- if : always ()
1065+ if : failure ()
10661066 run : |
10671067 node ./scripts/normalize-e2e-test-dump-transaction-events.js
10681068
10691069 - name : Upload E2E Test Event Dumps
10701070 uses : actions/upload-artifact@v4
1071- if : always ()
1071+ if : failure ()
10721072 with :
10731073 name : E2E Test Dump (${{ matrix.label || matrix.test-application }})
10741074 path : ${{ runner.temp }}/test-application/event-dumps
You can’t perform that action at this time.
0 commit comments