Skip to content

Commit

Permalink
fix(ci): fix build-bazzite
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Jul 3, 2024
1 parent 8f431a2 commit 393b90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bazzite.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build bazzite
on:
schedule:
- cron: '00 5 * * 2,5' # 5:00 UTC every Tuesday and Thursday
- cron: "00 5 * * 2,5" # 5:00 UTC every Tuesday and Thursday
push:
paths-ignore:
- '/toolboxes/**'
Expand All @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
recipe:
- bluefin-gnome.yml
- bluefin-plasma.yml
- bazzite-gnome.yml
- bazzite-plasma.yml

steps:
- name: Build Custom Image
Expand Down

0 comments on commit 393b90d

Please sign in to comment.