Aktualizovat .gitea/workflows/demo.yaml
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Has started running

This commit is contained in:
Jan Andrle 2023-11-15 20:19:19 +01:00
parent 74d7c41618
commit c5b3174abd

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
workflow_dispatch:
schedule:
- cron: '0 20 20 * * *'
- cron: '20 20 * * *'
jobs:
Explore-Gitea-Actions: