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:
158158 sparse-checkout-cone-mode : false
159159 # Check out outside of working directory so the source checkout doesn't
160160 # 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
162167
163168 - name : Checkout LLVM
164169 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -168,7 +173,7 @@ jobs:
168173 - name : Copy main workflows
169174 shell : bash
170175 run : |
171- mv ../workflows workflows -main
176+ mv ../workflows-main .
172177
173178 - name : Setup Stage
174179 id : setup-stage
You can’t perform that action at this time.
0 commit comments