Skip to content

Commit b0bbdff

Browse files
committed
Remove fetch-depth 1 since that is the default
1 parent 9969eea commit b0bbdff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/hlsl-test-all.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,29 +99,25 @@ jobs:
9999
repository: Microsoft/DirectXShaderCompiler
100100
ref: ${{ inputs.DXC-branch }}
101101
path: DXC
102-
fetch-depth: 1
103102
submodules: true
104103
- name: Checkout LLVM
105104
uses: actions/checkout@v4
106105
with:
107106
repository: llvm/llvm-project
108107
ref: ${{ inputs.LLVM-branch }}
109108
path: llvm-project
110-
fetch-depth: 1
111109
- name: Checkout OffloadTest
112110
uses: actions/checkout@v4
113111
with:
114112
repository: llvm-beanz/offload-test-suite
115113
ref: ${{ inputs.OffloadTest-branch }}
116114
path: OffloadTest
117-
fetch-depth: 1
118115
- name: Checkout Golden Images
119116
uses: actions/checkout@v4
120117
with:
121118
repository: llvm-beanz/offload-golden-images
122119
ref: main
123120
path: golden-images
124-
fetch-depth: 1
125121
- name: Setup Windows
126122
if: runner.os == 'Windows'
127123
uses: llvm/actions/setup-windows@main

0 commit comments

Comments
 (0)