]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove unnecessary fetch-depth in GitHub Actions workflow
authorTatsuki Ito <itot1198@gmail.com>
Mon, 18 Aug 2025 10:56:17 +0000 (19:56 +0900)
committerNeil Horman <nhorman@openssl.org>
Wed, 20 Aug 2025 12:23:14 +0000 (08:23 -0400)
Fixes #28107

The build_quic_interop_container.yml workflow does not need the
full git history. Removing fetch-depth: 0 reduces unnecessary checkout.

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28299)

.github/workflows/build_quic_interop_container.yml

index 30fd99bb34975f8633d5dc9512251e0f8f82615c..559daefcce14477362d9920a1d7cbd8173374b5f 100644 (file)
@@ -11,8 +11,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-        with:
-         fetch-depth: 0
       - name: "log in to quay.io"
         run: |
           docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io