mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not try to download repo
This commit is contained in:
parent
8c14fcf333
commit
8b5cb50095
2 changed files with 2 additions and 7 deletions
7
.github/workflows/staging.yml
vendored
7
.github/workflows/staging.yml
vendored
|
@ -581,13 +581,6 @@ jobs:
|
|||
with:
|
||||
name: salt-${{ needs.prepare-workflow.outputs.salt-version }}.patch
|
||||
path: artifacts/release
|
||||
|
||||
- name: Download Source Repository
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: salt-${{ needs.prepare-workflow.outputs.salt-version }}-staging-src-repo
|
||||
path: artifacts/release
|
||||
|
||||
- name: Download Release Documentation (HTML)
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
|
@ -110,12 +110,14 @@ concurrency:
|
|||
name: salt-${{ needs.prepare-workflow.outputs.salt-version }}.patch
|
||||
path: artifacts/release
|
||||
|
||||
{#-
|
||||
- name: Download Source Repository
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: salt-${{ needs.prepare-workflow.outputs.salt-version }}-<{ gh_environment }>-src-repo
|
||||
path: artifacts/release
|
||||
|
||||
#}
|
||||
- name: Download Release Documentation (HTML)
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue