File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,12 @@ jobs:
158
158
sparse-checkout-cone-mode : false
159
159
# Check out outside of working directory so the source checkout doesn't
160
160
# remove it.
161
- path : ../workflows
161
+ path : workflows
162
+
163
+ # Move workflows so they don't get overwritten by checkout. The checkout job
164
+ # requires checking out to github.workspace.
165
+ - shell : bash
166
+ run : mv workflows ../workflows-main
162
167
163
168
- name : Checkout LLVM
164
169
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -168,7 +173,7 @@ jobs:
168
173
- name : Copy main workflows
169
174
shell : bash
170
175
run : |
171
- mv ../workflows workflows -main
176
+ mv ../workflows-main .
172
177
173
178
- name : Setup Stage
174
179
id : setup-stage
You can’t perform that action at this time.
0 commit comments