mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove extra inputs
This commit is contained in:
parent
e4f32f414e
commit
ea65b41802
1 changed files with 1 additions and 7 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -58,9 +58,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
pr: ${{ inputs.pr }}
|
pr: ${{ inputs.pr }}
|
||||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test ISO
|
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test ISO
|
||||||
iso_name-38: ${{ needs.build_iso.outputs.iso_name-38 }}
|
|
||||||
iso_name-39: ${{ needs.build_iso.outputs.iso_name-39 }}
|
|
||||||
iso_name-40: ${{ needs.build_iso.outputs.iso_name-40 }}
|
|
||||||
|
|
||||||
test_deployment:
|
test_deployment:
|
||||||
name: Test Deployment
|
name: Test Deployment
|
||||||
|
|
@ -70,6 +67,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
pr: ${{ inputs.pr }}
|
pr: ${{ inputs.pr }}
|
||||||
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test Deployment
|
parent_job_name: ${{ inputs.parent_job_name && format('{0} / ', inputs.parent_job_name) }}Test Deployment
|
||||||
iso_name-38: ${{ needs.build_iso.outputs.iso_name-38 }}
|
|
||||||
iso_name-39: ${{ needs.build_iso.outputs.iso_name-39 }}
|
|
||||||
iso_name-40: ${{ needs.build_iso.outputs.iso_name-40 }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue