diff --git a/.github/workflows/bot_commands.yml b/.github/workflows/bot_commands.yml index abcd5a5..c6ced5d 100644 --- a/.github/workflows/bot_commands.yml +++ b/.github/workflows/bot_commands.yml @@ -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 \ No newline at end of file + iso_name-40: ${{ needs.load_vars.outputs.IMAGE_NAME }}-40.iso