We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6809f8c commit 90f2c72Copy full SHA for 90f2c72
.github/workflows/main.yml
@@ -365,12 +365,6 @@ jobs:
365
with:
366
name: failed-tests-${{matrix.vector.jobname}}
367
path: ${{env.FAILED_TEST_ARTIFACTS}}
368
- - name: Upload failed tests' directories
369
- if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
370
- uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
371
- with:
372
- name: failed-tests-${{matrix.vector.jobname}}
373
- path: ${{env.FAILED_TEST_ARTIFACTS}}
374
static-analysis:
375
needs: ci-config
376
if: needs.ci-config.outputs.enabled == 'yes'
0 commit comments