From b28d5a1dda24e7ee535d87dd9a106a0f98541639 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 28 Jul 2026 15:09:58 +0100 Subject: [PATCH] comment --- .gitea/workflows/test.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f38f736..7177759 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -2,25 +2,25 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - type: choice - options: - - info - - warning - - debug - tags: - description: 'Test scenario tags' - required: false - type: boolean - environment: - description: 'Environment to run tests against' - type: environment - required: true + # workflow_dispatch: + # inputs: + # logLevel: + # description: 'Log level' + # required: true + # default: 'warning' + # type: choice + # options: + # - info + # - warning + # - debug + # tags: + # description: 'Test scenario tags' + # required: false + # type: boolean + # environment: + # description: 'Environment to run tests against' + # type: environment + # required: true jobs: Explore-Gitea-Actions: