1
0
Fork 0
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:
Jason N. 2024-04-09 15:42:46 -04:00
parent 8c15653a75
commit 6543a591fa

View file

@ -148,7 +148,7 @@ jobs:
test_iso_rhel:
name: Test RHEL ISO
needs:
- build_iso
- build_iso_rhel
uses: ./.github/workflows/test_iso_rhel.yml
with:
pr: ${{ inputs.pr }}
@ -158,7 +158,7 @@ jobs:
test_deployment_rhel:
name: Test RHEL Deployment
needs:
- build_iso
- build_iso_rhel
uses: ./.github/workflows/test_deployment_rhel.yml
with:
pr: ${{ inputs.pr }}