Remove unnecessary push trigger from test workflow schedule
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 9s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 15:02:43 +02:00
parent 8bb51a35e0
commit dff368e3b2

View File

@ -2,9 +2,8 @@ name: TMW Global Networks Dokumentation
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
[push]
schedule:
- cron: '*/5 * * * *'
- cron: '*/5 * * * *' # Every 5 minutes
jobs:
build: