From eae9d01dbcc67b560e084b1b82376cb80d997cce Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Wed, 5 Jun 2024 19:37:43 +0300 Subject: [PATCH] Attempt #4 at installing matching kernel, cron set to after sb-zfs-kernel image build --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ea733a..1597660 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,11 @@ --- -name: build-ublue-custom +name: build-silverblue-zfs on: pull_request: branches: - main schedule: - - cron: '05 10 * * *' # 10:05am UTC everyday + - cron: '18 23 * * *' # 1h after 0ranki/sb-zfs-kernel build push: branches: - main @@ -19,8 +19,8 @@ env: IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit jobs: - build_push: - name: Build and push image + build_push_aurora: + name: Build and push Aurora image runs-on: ubuntu-latest permissions: