Skip to content

Commit

Permalink
Merge branch 'wip/ci-disable-upload-artifact-for-linux32-job' into seen
Browse files Browse the repository at this point in the history
* wip/ci-disable-upload-artifact-for-linux32-job:
  ci: disable 'Upload failed tests' directories' step
  • Loading branch information
gitster committed Sep 9, 2024
2 parents 8a0b811 + b03a845 commit 1eaf534
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,6 @@ jobs:
with:
name: failed-tests-${{matrix.vector.jobname}}
path: ${{env.FAILED_TEST_ARTIFACTS}}
- name: Upload failed tests' directories
if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
with:
name: failed-tests-${{matrix.vector.jobname}}
path: ${{env.FAILED_TEST_ARTIFACTS}}
static-analysis:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'
Expand Down

0 comments on commit 1eaf534

Please sign in to comment.