1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

Add run build iso command to bot commands (#87)

This commit is contained in:
Jason N 2024-03-21 15:10:09 -04:00 committed by GitHub
parent fadeb6fffb
commit f2305bbaf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,22 @@ jobs:
pr: ${{ github.event.issue.number }}
parent_job_name: Run Build Container
run_build_iso:
name: Run Build ISO
if: >
github.event.issue.pull_request &&
contains(github.event.comment.body, '/run build iso')
permissions:
contents: read
packages: write
statuses: write
needs:
- permissions
uses: ./.github/workflows/build_iso.yml
with:
pr: ${{ github.event.issue.number }}
parent_job_name: Run Build ISO
run_test_iso:
name: Run ISO Tests
if: >
@ -92,4 +108,4 @@ jobs:
parent_job_name: Run ISO Deployment Tests
iso_name-38: ${{ needs.load_vars.outputs.IMAGE_NAME }}-38.iso
iso_name-39: ${{ needs.load_vars.outputs.IMAGE_NAME }}-39.iso
iso_name-40: ${{ needs.load_vars.outputs.IMAGE_NAME }}-40.iso
iso_name-40: ${{ needs.load_vars.outputs.IMAGE_NAME }}-40.iso