From 0e89e172e15cfbda551cd797117c7570e5191fe9 Mon Sep 17 00:00:00 2001 From: Job79 Date: Tue, 2 Sep 2025 20:02:07 +0200 Subject: [PATCH] ci: switch to wesley-latest builder --- .gitea/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1d12c45..e5b6597 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,12 +2,11 @@ name: Build container on: push: schedule: - - cron: '0 16 * * FRI' + - cron: "0 16 * * FRI" jobs: build: - runs-on: act-latest - if: gitea.ref == 'refs/heads/main' + runs-on: wesley-latest steps: - name: Clone repo uses: actions/checkout@v4