wf dispatch
CICD / Explore-Gitea-Actions (push) Successful in 52s
Details
CICD / Explore-Gitea-Actions (push) Successful in 52s
Details
This commit is contained in:
parent
77c4d83460
commit
e02ff6632e
|
|
@ -2,17 +2,6 @@ name: CICD
|
||||||
run-name: ${{ gitea.actor }} triggered CICD
|
run-name: ${{ gitea.actor }} triggered CICD
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
|
||||||
environment:
|
|
||||||
description: 'Deployment target'
|
|
||||||
required: true
|
|
||||||
default: 'staging'
|
|
||||||
type: choice
|
|
||||||
options:
|
|
||||||
- staging
|
|
||||||
- production
|
|
||||||
schedule:
|
|
||||||
- cron: '0 2 * * *'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue