From 528e3d69fed183415fc4bcda1df064cd1d8cbcd5 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 16 Sep 2025 08:34:22 -0400 Subject: [PATCH] update github workflow since github includes firefox & snaps in the default runner image, which causes the build to fail. going to need a custom runner I guess...might as well only do actions on gitea. --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 5155493..e59e11b 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -3,7 +3,7 @@ on: push: branches: [ $default-branch ] schedule: - - cron: "0 7 * * *" # daily 07:00 + - cron: "0 7 * * 1" # mondays at 07:00 workflow_dispatch: {} jobs: