Remove unnecessary fetch-depth in GitHub Actions workflow

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)
This commit is contained in:
Tatsuki Ito 2025-08-18 19:56:17 +09:00 committed by Neil Horman
parent 9226b3e8f4
commit 141ad51b46
1 changed files with 0 additions and 2 deletions

View 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