mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
change duplicate job name
This commit is contained in:
parent
597054ae1a
commit
f091703a05
1 changed files with 19 additions and 19 deletions
38
.github/workflows/bot_commands.yml
vendored
38
.github/workflows/bot_commands.yml
vendored
|
|
@ -59,25 +59,6 @@ jobs:
|
|||
RH_REPO: ${{ secrets.RH_REPO }}
|
||||
RH_ENT: ${{ secrets.RH_ENT }}
|
||||
|
||||
run_build_iso:
|
||||
name: Run Build Container
|
||||
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 Container
|
||||
secrets:
|
||||
RH_REPO: ${{ secrets.RH_REPO }}
|
||||
RH_ENT: ${{ secrets.RH_ENT }}
|
||||
|
||||
run_build_iso:
|
||||
name: Run Build ISO
|
||||
if: >
|
||||
|
|
@ -94,6 +75,25 @@ jobs:
|
|||
pr: ${{ github.event.issue.number }}
|
||||
parent_job_name: Run Build ISO
|
||||
|
||||
run_build_iso_rhel:
|
||||
name: Run Build RHEL 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_rhel.yml
|
||||
with:
|
||||
pr: ${{ github.event.issue.number }}
|
||||
parent_job_name: Run Build ISO
|
||||
secrets:
|
||||
RH_REPO: ${{ secrets.RH_REPO }}
|
||||
RH_ENT: ${{ secrets.RH_ENT }}
|
||||
|
||||
run_test_iso:
|
||||
name: Run ISO Tests
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue