Skip to content

Commit

Permalink
use json string
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Nov 3, 2024
1 parent 3bd697a commit 951662d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
fedora_version: beta
fedora_version: '["beta"]'
6 changes: 3 additions & 3 deletions .github/workflows/build-image-gts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
fedora_version: gts
fedora_version: '["gts"]'

build-iso-gts:
name: Build Stable ISOs
name: Build GTS ISOs
needs: [build-image-gts]
if: github.event_name == 'scheduled'
secrets: inherit
uses: ./.github/workflows/build-iso-stable.yml
uses: ./.github/workflows/build-iso-gts.yml
4 changes: 2 additions & 2 deletions .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
fedora_version: latest
fedora_version: '["latest"]'

build-iso-latest:
name: Build Stable ISOs
needs: [build-image-latest]
if: github.event_name.scheduled == '40 4 * * 0'
secrets: inherit
uses: ./.github/workflows/build-iso-latest.yml
uses: ./.github/workflows/build-iso-latest.yml
4 changes: 2 additions & 2 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
fedora_version: stable
fedora_version: '["stable"]'

build-iso-stable:
name: Build Stable ISOs
needs: [build-image-stable]
if: github.event_name.scheduled == '45 5 * * 0'
secrets: inherit
uses: ./.github/workflows/build-iso-stable.yml
uses: ./.github/workflows/build-iso-stable.yml

0 comments on commit 951662d

Please sign in to comment.