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:
parent
fadeb6fffb
commit
f2305bbaf8
1 changed files with 17 additions and 1 deletions
18
.github/workflows/bot_commands.yml
vendored
18
.github/workflows/bot_commands.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue