Skip to content

Commit

Permalink
chore: Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iggut authored Aug 11, 2024
1 parent e82541a commit f8c849e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bluebuild
name: HyperBlue-builder
on:
schedule:
- cron: "00 06 * * *" # build at 06:00 UTC every day
Expand All @@ -11,7 +11,7 @@ on:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
name: Build Custom Image
name: Build HyperBlue
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -22,7 +22,7 @@ jobs:
matrix:
recipe:
# !! Add your recipes here
- recipe.yml
- intel-nvidia/hyprland.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
Expand Down

0 comments on commit f8c849e

Please sign in to comment.