[llvm] workflows/release-binaries: Fetch composite actions outside of default workspace (PR #100845)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 27 11:12:01 PDT 2024
================
@@ -156,17 +156,29 @@ jobs:
sparse-checkout: |
.github/workflows/
sparse-checkout-cone-mode: false
+ # Check out outside of working directory so the source checkout doesn't
+ # remove it.
path: workflows
- - name: Setup Stage
- id: setup-stage
- uses: ./workflows/.github/workflows/release-binaries-setup-stage
+ # Move workflows so they don't get overwritten by checkout. The checkout job
+ # requires checking out to github.workspace.
+ - shell: bash
----------------
boomanaiden154 wrote:
Why do we need to move it again if we're already checking out to a different path?
https://github.com/llvm/llvm-project/pull/100845
More information about the llvm-commits
mailing list