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 772b946 commit 8e95bed
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' && inputs.fedora_version != 40
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 8e95bed

Please sign in to comment.