mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Draft release needs packages built
This commit is contained in:
parent
c1df3da462
commit
b0bbbb39a4
2 changed files with 2 additions and 0 deletions
1
.github/workflows/staging.yml
vendored
1
.github/workflows/staging.yml
vendored
|
@ -652,6 +652,7 @@ jobs:
|
|||
needs:
|
||||
- prepare-workflow
|
||||
- upload-release-artifacts
|
||||
- build-pkgs-onedir
|
||||
uses: ./.github/workflows/draft-release.yml
|
||||
with:
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
|
|
|
@ -181,6 +181,7 @@ concurrency:
|
|||
needs:
|
||||
- prepare-workflow
|
||||
- upload-release-artifacts
|
||||
- build-pkgs-onedir
|
||||
<%- for need in test_salt_needs.iter(consume=True) %>
|
||||
- <{ need }>
|
||||
<%- endfor %>
|
||||
|
|
Loading…
Add table
Reference in a new issue