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