From 4e2fe2cd8833e3e2bb5bb9f428ae7d8b842eb125 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Tue, 25 Nov 2025 14:00:34 +0300 Subject: [PATCH] Update --- .gitea/workflows/example-condition.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/example-condition.yaml b/.gitea/workflows/example-condition.yaml index b72cc66..b506235 100644 --- a/.gitea/workflows/example-condition.yaml +++ b/.gitea/workflows/example-condition.yaml @@ -2,17 +2,11 @@ name: "Example condition" run-name: "Check Job condition" on: - # issues: - # types: - # - labeled - # - opened - # - unlabeled - push: - branches: - - main - - dev - paths: - - test.txt + issues: + types: + - labeled + - opened + - unlabeled jobs: check-condition: