mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix needs
This commit is contained in:
parent
8c15653a75
commit
6543a591fa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -148,7 +148,7 @@ jobs:
|
||||||
test_iso_rhel:
|
test_iso_rhel:
|
||||||
name: Test RHEL ISO
|
name: Test RHEL ISO
|
||||||
needs:
|
needs:
|
||||||
- build_iso
|
- build_iso_rhel
|
||||||
uses: ./.github/workflows/test_iso_rhel.yml
|
uses: ./.github/workflows/test_iso_rhel.yml
|
||||||
with:
|
with:
|
||||||
pr: ${{ inputs.pr }}
|
pr: ${{ inputs.pr }}
|
||||||
|
|
@ -158,7 +158,7 @@ jobs:
|
||||||
test_deployment_rhel:
|
test_deployment_rhel:
|
||||||
name: Test RHEL Deployment
|
name: Test RHEL Deployment
|
||||||
needs:
|
needs:
|
||||||
- build_iso
|
- build_iso_rhel
|
||||||
uses: ./.github/workflows/test_deployment_rhel.yml
|
uses: ./.github/workflows/test_deployment_rhel.yml
|
||||||
with:
|
with:
|
||||||
pr: ${{ inputs.pr }}
|
pr: ${{ inputs.pr }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue