Update cron schedule comment in test workflow for clarity
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 6s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 15:10:00 +02:00
parent dff368e3b2
commit b717b00033

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
schedule:
- cron: '*/5 * * * *' # Every 5 minutes
- cron: '*/5 * * * *'
jobs:
build: