mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix staging workflow
This commit is contained in:
parent
9b1ba9eb69
commit
5707e459d3
4 changed files with 0 additions and 5 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -259,7 +259,6 @@ jobs:
|
|||
if: ${{ inputs.skip-salt-pkg-download-test-suite == false }}
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- publish-repositories
|
||||
- build-ci-deps
|
||||
- download-onedir-artifact
|
||||
uses: ./.github/workflows/test-package-downloads-action.yml
|
||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -1276,7 +1276,6 @@ jobs:
|
|||
needs:
|
||||
- prepare-workflow
|
||||
- build-docs
|
||||
- build-src-repo
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
|
@ -1335,7 +1334,6 @@ jobs:
|
|||
if: ${{ fromJSON(needs.prepare-workflow.outputs.jobs)['test-pkg-download'] }}
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- publish-repositories
|
||||
- build-ci-deps
|
||||
- build-salt-onedir
|
||||
uses: ./.github/workflows/test-package-downloads-action.yml
|
||||
|
|
|
@ -86,7 +86,6 @@ concurrency:
|
|||
needs:
|
||||
- prepare-workflow
|
||||
- build-docs
|
||||
- build-src-repo
|
||||
environment: <{ gh_environment }>
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<%- endif %>
|
||||
needs:
|
||||
- prepare-workflow
|
||||
- publish-repositories
|
||||
- build-ci-deps
|
||||
<%- if gh_environment == "release" %>
|
||||
- download-onedir-artifact
|
||||
|
|
Loading…
Add table
Reference in a new issue