Skip to content

Commit

Permalink
fix: don't build 40
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 10, 2024
1 parent c88ed1f commit 772b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
build_iso:
name: iso
needs: [check]
if: github.ref_name == 'testing'
if: github.ref_name == 'testing' && inputs.fedora_version != 40
# Eventually would be nice for building images in PRs
#if: ${{ endsWith(github.event.pull_request.title, '[ISO]') }}
uses: ./.github/workflows/reusable-build-iso.yml
Expand Down

0 comments on commit 772b946

Please sign in to comment.