From 99ed6b8f1ebfc9d3ab42d1037e26c9687e8e0897 Mon Sep 17 00:00:00 2001 From: Guillaume Lapierre Date: Tue, 12 Nov 2024 12:03:04 +0100 Subject: [PATCH] chore: remove push trigger on nightly rebuild --- .gitea/workflows/nightly.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/nightly.yaml b/.gitea/workflows/nightly.yaml index d4c9d2a..319665c 100644 --- a/.gitea/workflows/nightly.yaml +++ b/.gitea/workflows/nightly.yaml @@ -5,7 +5,6 @@ name: BuildTag run-name: ${{ gitea.actor }} running CI in the pipeline 🚀 on: - push: schedule: - cron: "30 2 * * *"