From f091703a05cc663bee35780c316a0cf805a878c1 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:44:53 -0400 Subject: [PATCH] change duplicate job name --- .github/workflows/bot_commands.yml | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bot_commands.yml b/.github/workflows/bot_commands.yml index 7ca9e35..40fb774 100644 --- a/.github/workflows/bot_commands.yml +++ b/.github/workflows/bot_commands.yml @@ -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: