From 60a74a3e855a0990211c86edb82d4c981f6b677d Mon Sep 17 00:00:00 2001 From: Guillaume Lapierre Date: Fri, 8 Nov 2024 12:58:48 +0100 Subject: [PATCH] workflow triggers --- .gitea/workflows/lastreleased.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/lastreleased.yaml b/.gitea/workflows/lastreleased.yaml index 1697ac2..c8c34e4 100644 --- a/.gitea/workflows/lastreleased.yaml +++ b/.gitea/workflows/lastreleased.yaml @@ -5,12 +5,11 @@ name: Rebuild Last Released run-name: ${{ gitea.actor }} running CI in the pipeline 🚀 on: - push: schedule: - cron: "10 2 * * *" jobs: - BuildVersion: + BuildLatest: env: RUNNER_TOOL_CACHE: /toolcache runs-on: cth-ubuntu-latest