From e02ff6632e4a5913623dca27b6977af1f01d4fc5 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Sat, 27 Jun 2026 22:28:25 -0500 Subject: [PATCH] wf dispatch --- .gitea/workflows/cicd.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index ff08cb2..55786fb 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -2,17 +2,6 @@ name: CICD run-name: ${{ gitea.actor }} triggered CICD on: workflow_dispatch: - inputs: - environment: - description: 'Deployment target' - required: true - default: 'staging' - type: choice - options: - - staging - - production - schedule: - - cron: '0 2 * * *' push: branches: - main