From a58b43b72cdae699e8a2ad239a36e41eb97577d6 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Fri, 5 Sep 2025 09:45:11 +0800 Subject: [PATCH] Remove git .extraheader and fecth all commtis in /vllm-workspace/vllm-ascend (#2746) ### What this PR does / why we need it? Remove git .extraheader and fecth all commtis in /vllm-workspace/vllm-ascend ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Closes: https://github.com/vllm-project/vllm-ascend/issues/2735 - vLLM version: v0.10.1.1 - vLLM main: https://github.com/vllm-project/vllm/commit/51d5e9be7dbf4d914374447548dd01f9bfb68f89 Signed-off-by: Yikun Jiang --- .github/workflows/image_310p_openeuler.yml | 3 +++ .github/workflows/image_310p_ubuntu.yml | 3 +++ .github/workflows/image_a3_openeuler.yml | 3 +++ .github/workflows/image_a3_ubuntu.yml | 3 +++ .github/workflows/image_openeuler.yml | 3 +++ .github/workflows/image_ubuntu.yml | 3 +++ 6 files changed, 18 insertions(+) diff --git a/.github/workflows/image_310p_openeuler.yml b/.github/workflows/image_310p_openeuler.yml index e6062a8..b5d6ad4 100644 --- a/.github/workflows/image_310p_openeuler.yml +++ b/.github/workflows/image_310p_openeuler.yml @@ -54,6 +54,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_310p_ubuntu.yml b/.github/workflows/image_310p_ubuntu.yml index 0e9444f..86d6a47 100644 --- a/.github/workflows/image_310p_ubuntu.yml +++ b/.github/workflows/image_310p_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_a3_openeuler.yml b/.github/workflows/image_a3_openeuler.yml index a10ad1c..bf22880 100644 --- a/.github/workflows/image_a3_openeuler.yml +++ b/.github/workflows/image_a3_openeuler.yml @@ -54,6 +54,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_a3_ubuntu.yml b/.github/workflows/image_a3_ubuntu.yml index 6116015..5096838 100644 --- a/.github/workflows/image_a3_ubuntu.yml +++ b/.github/workflows/image_a3_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_openeuler.yml b/.github/workflows/image_openeuler.yml index d4e69a5..3cf7d04 100644 --- a/.github/workflows/image_openeuler.yml +++ b/.github/workflows/image_openeuler.yml @@ -53,6 +53,9 @@ jobs: }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: | diff --git a/.github/workflows/image_ubuntu.yml b/.github/workflows/image_ubuntu.yml index 1c2ddcd..9df075a 100644 --- a/.github/workflows/image_ubuntu.yml +++ b/.github/workflows/image_ubuntu.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Print run: |