This commit is contained in:
2025-11-25 15:59:10 +03:00
parent ebf8e91ca1
commit 02512a4895

View File

@@ -10,10 +10,10 @@ on:
jobs: jobs:
check-condition: check-condition:
runs-on: sirius # docker, sirius или golang runs-on: sirius # docker, sirius или golang
# if: contains(github.event.issue.labels.*.name, 'bug') if: contains(github.event.issue.labels.*.name, 'bug')
steps: steps:
# Выводим текстовое сообщение # Выводим текстовое сообщение
- name: Echo test - name: Echo test
# if: contains(github.event.issue.labels.*.name, 'bug') if: contains(github.event.issue.labels.*.name, 'bug')
run: echo "${{ toJson(github.event.issue) }}" run: echo "${{ toJson(github.event.issue) }}"