Skip to content

Commit

Permalink
fix(ci): Comment out ISO build in reusable build
Browse files Browse the repository at this point in the history
We will need to change where the logic for building the ISOs is located.
If changed here, it will build ISOs on each Fedora Version run and Brand Name run.
  • Loading branch information
m2Giles committed Apr 8, 2024
1 parent fbcc145 commit 2a0a488
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ jobs:
shell: bash
run: exit 0

build_iso:
name: iso
needs: [check]
if: github.ref_name == 'testing'
# Eventually would be nice for building images in PRs
#if: ${{ endsWith(github.event.pull_request.title, '[ISO]') }}
uses: ./.github/workflows/build_iso.yml
secrets: inherit
# build_iso:
# name: iso
# needs: [check]
# if: github.ref_name == 'testing'
# # Eventually would be nice for building images in PRs
# #if: ${{ endsWith(github.event.pull_request.title, '[ISO]') }}
# uses: ./.github/workflows/build_iso.yml
# secrets: inherit

0 comments on commit 2a0a488

Please sign in to comment.