This commit is contained in:
2025-11-25 16:35:30 +03:00
parent cf929cea25
commit 5b2add6c6f

View File

@@ -12,14 +12,12 @@ on:
- services.txt
branches:
- main
# ПРОСТОЕ ДОПОЛНЕНИЕ: при комментарии в issue
issue_comment:
types: [created]
jobs:
check-condition:
runs-on: sirius
# ПРОСТОЕ УСЛОВИЕ: только если комментарий содержит "deploy"
if: |
github.event_name != 'issue_comment' ||
contains(github.event.comment.body, 'deploy')