From 100567a5f6476794ac59315b928ef397c405f435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 4 May 2025 14:55:48 +0100 Subject: [PATCH] pipelines - cron weekly and changed act runner --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8e16f4b..306f065 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,10 +1,10 @@ on: push: schedule: - - cron: '0 4 * * *' + - cron: '15 7 * * SUN' # Every Sunday at 07:15 jobs: deploy-to-homesrv01: - runs-on: "vlan-casa_continous-deploy" + runs-on: "myLimbo-casa-gitea-act-runner" steps: - name: Checkout code uses: actions/checkout@v2