This commit is contained in:
2025-11-25 16:56:57 +03:00
parent b5d83dc351
commit e14114c6a7

View File

@@ -16,12 +16,10 @@ on:
types: types:
- deploy - deploy
if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28'
jobs: jobs:
check-condition: check-condition:
runs-on: sirius runs-on: sirius
if: contains(github.event.issue.labels.*.name, 'bug')
steps: steps:
- name: Echo test - name: Echo test
run: echo "Этот шаг выполнится только при выполнении условия above" run: echo "Этот шаг выполнится только при выполнении условия above"