From b3be78041c4ab75d2a4fedae657c865bee1702dd Mon Sep 17 00:00:00 2001 From: Job79 Date: Mon, 6 Oct 2025 16:39:45 +0200 Subject: [PATCH] ci: switch to job-home --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1d12c45..ab71347 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,11 +2,11 @@ name: Build container on: push: schedule: - - cron: '0 16 * * FRI' + - cron: "0 16 * * FRI" jobs: build: - runs-on: act-latest + runs-on: job-latest if: gitea.ref == 'refs/heads/main' steps: - name: Clone repo