From b717b000336a0f81c2b395c195842dd0afc2faf4 Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Sun, 27 Apr 2025 15:10:00 +0200 Subject: [PATCH] Update cron schedule comment in test workflow for clarity --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ba53d8b..d9ad94f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: schedule: - - cron: '*/5 * * * *' # Every 5 minutes + - cron: '*/5 * * * *' jobs: build: