updates
CICD / Explore-Gitea-Actions (push) Successful in 1m2s
Details
CICD / Explore-Gitea-Actions (push) Successful in 1m2s
Details
This commit is contained in:
parent
0b31dc69d4
commit
bc684b526a
|
|
@ -1,6 +1,9 @@
|
||||||
name: CICD
|
name: CICD
|
||||||
run-name: ${{ gitea.actor }} triggered CICD
|
run-name: ${{ gitea.actor }} triggered CICD
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 12 * * *'
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue