Skip to content

Commit

Permalink
chore(ci): Temporarily disable ISOs
Browse files Browse the repository at this point in the history
Signed-off-by: m2 <69128853+m2Giles@users.noreply.github.com>
  • Loading branch information
m2Giles committed Jan 2, 2025
1 parent d03a310 commit ba3acf7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-image-gts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
with:
stream_name: '["gts"]'

build-iso-gts:
name: Build GTS ISOs
needs: [build-image-gts]
if: github.event_name == 'schedule'
secrets: inherit
uses: ./.github/workflows/build-iso-gts.yml
# build-iso-gts:
# name: Build GTS ISOs
# needs: [build-image-gts]
# if: github.event_name == 'schedule'
# secrets: inherit
# uses: ./.github/workflows/build-iso-gts.yml
13 changes: 6 additions & 7 deletions .github/workflows/build-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
with:
stream_name: '["latest"]'

build-iso-latest:
name: Build Latest ISOs
needs: [build-image-latest]
if: github.event.schedule == '50 4 * * 0'

secrets: inherit
uses: ./.github/workflows/build-iso-latest.yml
# build-iso-latest:
# name: Build Latest ISOs
# needs: [build-image-latest]
# if: github.event.schedule == '50 4 * * 0'
# secrets: inherit
# uses: ./.github/workflows/build-iso-latest.yml
14 changes: 7 additions & 7 deletions .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
brand_name: ["bluefin"]
with:
# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned.
# kernel_pin: 6.11.3-300.fc41.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand All @@ -35,9 +35,9 @@ jobs:
with:
stream_name: '["stable", "stable-daily"]'

build-iso-stable:
name: Build Stable ISOs
needs: [build-image-stable]
if: github.event.schedule == '50 5 * * 0'
secrets: inherit
uses: ./.github/workflows/build-iso-stable.yml
# build-iso-stable:
# name: Build Stable ISOs
# needs: [build-image-stable]
# if: github.event.schedule == '50 5 * * 0'
# secrets: inherit
# uses: ./.github/workflows/build-iso-stable.yml

0 comments on commit ba3acf7

Please sign in to comment.