mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix names
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
749dc580d7
commit
791803ddd2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -545,14 +545,14 @@ jobs:
|
|||
if-no-files-found: error
|
||||
|
||||
|
||||
build-rpm-packages:
|
||||
build-rpm-pkgs:
|
||||
name: Build RPM Packages
|
||||
if: ${{ fromJSON(needs.prepare-ci.outputs.jobs)['self-hosted-runners'] }}
|
||||
needs:
|
||||
- prepare-ci
|
||||
uses: ./.github/workflows/build-rpm-packages.yml
|
||||
|
||||
build-deb-packages:
|
||||
build-deb-pkgs:
|
||||
name: Build DEB Packages
|
||||
if: ${{ fromJSON(needs.prepare-ci.outputs.jobs)['self-hosted-runners'] }}
|
||||
needs:
|
||||
|
|
Loading…
Add table
Reference in a new issue