File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6767 working-directory : scripts/local_testnet
6868
6969 - name : Upload logs artifact
70+ if : always()
7071 uses : actions/upload-artifact@v4
7172 with :
7273 name : logs-local-testnet
@@ -125,6 +126,7 @@ jobs:
125126 working-directory : scripts/tests
126127
127128 - name : Upload logs artifact
129+ if : always()
128130 uses : actions/upload-artifact@v4
129131 with :
130132 name : logs-doppelganger-protection-success
@@ -160,6 +162,7 @@ jobs:
160162 working-directory : scripts/tests
161163
162164 - name : Upload logs artifact
165+ if : always()
163166 uses : actions/upload-artifact@v4
164167 with :
165168 name : logs-doppelganger-protection-failure
@@ -201,6 +204,7 @@ jobs:
201204 working-directory : scripts/tests
202205
203206 - name : Upload logs artifact
207+ if : always()
204208 uses : actions/upload-artifact@v4
205209 with :
206210 name : logs-checkpoint-sync-${{ matrix.network }}
You can’t perform that action at this time.
0 commit comments