Skip to content

Commit a58b43b

Browse files
authored
Remove git .extraheader and fecth all commtis in /vllm-workspace/vllm-ascend (vllm-project#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: vllm-project#2735 - vLLM version: v0.10.1.1 - vLLM main: vllm-project/vllm@51d5e9b Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent 51a2aec commit a58b43b

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

.github/workflows/image_310p_openeuler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
}}
5555
steps:
5656
- uses: actions/checkout@v4
57+
with:
58+
fetch-depth: 0
59+
persist-credentials: false
5760

5861
- name: Print
5962
run: |

.github/workflows/image_310p_ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v4
53+
with:
54+
fetch-depth: 0
55+
persist-credentials: false
5356

5457
- name: Print
5558
run: |

.github/workflows/image_a3_openeuler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
}}
5555
steps:
5656
- uses: actions/checkout@v4
57+
with:
58+
fetch-depth: 0
59+
persist-credentials: false
5760

5861
- name: Print
5962
run: |

.github/workflows/image_a3_ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v4
53+
with:
54+
fetch-depth: 0
55+
persist-credentials: false
5356

5457
- name: Print
5558
run: |

.github/workflows/image_openeuler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
}}
5454
steps:
5555
- uses: actions/checkout@v4
56+
with:
57+
fetch-depth: 0
58+
persist-credentials: false
5659

5760
- name: Print
5861
run: |

.github/workflows/image_ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v4
53+
with:
54+
fetch-depth: 0
55+
persist-credentials: false
5356

5457
- name: Print
5558
run: |

0 commit comments

Comments
 (0)