]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/ci-upload-artifact-and-linux32'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Sep 2024 22:27:08 +0000 (15:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Sep 2024 22:27:08 +0000 (15:27 -0700)
CI started failing completely for linux32 jobs, as the step to
upload failed test directory uses GitHub actions that is deprecated
and is now disabled.  Remove the step so at least we will know if
the tests are passing.

* jc/ci-upload-artifact-and-linux32:
  ci: remove 'Upload failed tests' directories' step from linux32 jobs


Trivial merge