From 717253ac5a6a607f5042dffef6df02ce9730a3d8 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 12:58:09 +0300 Subject: [PATCH] Update --- .gitea/workflows/test-action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-action.yaml b/.gitea/workflows/test-action.yaml index aa45089..157fcb1 100644 --- a/.gitea/workflows/test-action.yaml +++ b/.gitea/workflows/test-action.yaml @@ -1,7 +1,7 @@ name: "Test Go Action" on: - label: - types: [created] + issues: + types: [labeled] jobs: use-go-action: