Skip to content

Commit

Permalink
Fixup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bleggett committed Jul 2, 2024
1 parent 7898dfd commit 5405f8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Build Bazzite
on:
schedule:
- cron: '40 4 * * 2,5' # 4:40 utc tues thurs
pull_request:
branches:
- testing
Expand Down Expand Up @@ -49,9 +47,9 @@ jobs:
fail-fast: false
matrix:
base_image_flavor: [main]
base_name: [bazzite, bazzite-deck, bazzite-nvidia]
base_image_name: [kinoite, silverblue]
target_image_flavor: [main, asus]
base_name: [bazzite, bazzite-nvidia]
base_image_name: [silverblue]
target_image_flavor: [main]
fedora_version: [40]
include:
- fedora_version: 40
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- bazzite-nvidia
- bazzite-gnome
- bazzite-gnome-nvidia
- bazzite-deck
- bazzite-deck-gnome
- bazzite-ally
- bazzite-ally-gnome
- bazzite-asus
- bazzite-gnome-asus
- bazzite-asus-nvidia
- bazzite-gnome-asus-nvidia
# - bazzite-deck
# - bazzite-deck-gnome
# - bazzite-ally
# - bazzite-ally-gnome
# - bazzite-asus
# - bazzite-gnome-asus
# - bazzite-asus-nvidia
# - bazzite-gnome-asus-nvidia
major_version: [40]
steps:

Expand Down

0 comments on commit 5405f8a

Please sign in to comment.