Remove unnecessary push trigger from test workflow schedule
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 9s
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 9s
This commit is contained in:
parent
8bb51a35e0
commit
dff368e3b2
@ -2,9 +2,8 @@ name: TMW Global Networks Dokumentation
|
|||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
|
||||||
on:
|
on:
|
||||||
[push]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * *'
|
- cron: '*/5 * * * *' # Every 5 minutes
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user