From 271d08f86a74ccbce1f08ae6bd69a16f9827152c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 12 Aug 2026 18:32:24 +0000 Subject: [PATCH] allow actions on manual dispatch --- .gitea/scoped_workflows/static-go.yaml | 1 + .gitea/scoped_workflows/style-web.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/scoped_workflows/static-go.yaml b/.gitea/scoped_workflows/static-go.yaml index aa6d2f8..f816cfa 100644 --- a/.gitea/scoped_workflows/static-go.yaml +++ b/.gitea/scoped_workflows/static-go.yaml @@ -1,6 +1,7 @@ name: Static Analysis -- Golang run-name: 'Static Analysis -- Golang -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' on: + workflow_dispatch: push: branches: - '*' diff --git a/.gitea/scoped_workflows/style-web.yaml b/.gitea/scoped_workflows/style-web.yaml index a8e7530..351ec5c 100644 --- a/.gitea/scoped_workflows/style-web.yaml +++ b/.gitea/scoped_workflows/style-web.yaml @@ -1,6 +1,7 @@ name: Code Style -- Web Components run-name: 'Code Style -- Web Components -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' -on: +on: + workflow_dispatch: push: branches: - '*'