add schedule build for gitea, reduce Lazy concurrency
This commit is contained in:
parent
32be66a855
commit
0d1faed2e2
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '30 12 */3 * *'
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue