From b5d83dc35144550a7dd0d9222fc346fef6c92a14 Mon Sep 17 00:00:00 2001 From: vladislava28 Date: Tue, 25 Nov 2025 16:54:51 +0300 Subject: [PATCH] yt --- .gitea/workflows/example-condition.yaml | 6 +++++- services.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 services.txt diff --git a/.gitea/workflows/example-condition.yaml b/.gitea/workflows/example-condition.yaml index f9c7899..b850982 100644 --- a/.gitea/workflows/example-condition.yaml +++ b/.gitea/workflows/example-condition.yaml @@ -13,7 +13,8 @@ on: branches: - main issue_comment: - types: [created] + types: + - deploy if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28' @@ -24,6 +25,9 @@ jobs: steps: - name: Echo test run: echo "Этот шаг выполнится только при выполнении условия above" + - name: Echo test + if: contains(github.event.issue.labels.*.name, 'bug') + run: echo "${{ toJson(github.event.issue) }}" diff --git a/services.txt b/services.txt new file mode 100644 index 0000000..551ae9a --- /dev/null +++ b/services.txt @@ -0,0 +1 @@ +fkjshjshfhsj \ No newline at end of file