mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add run build iso command
This commit is contained in:
parent
fadeb6fffb
commit
00a7f66794
1 changed files with 17 additions and 1 deletions
16
.github/workflows/bot_commands.yml
vendored
16
.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: >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue