diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1d12c45..a495d8c 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: wesley-latest if: gitea.ref == 'refs/heads/main' steps: - name: Clone repo