From 14170e32614b1b25dfd6c81793f09d78d78c97a8 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Thu, 1 Jan 2026 19:01:57 +0100 Subject: [PATCH] fix: path --- .gitea/workflows/commentDeploy.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index 98f3bf4..8e9d614 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -3,11 +3,9 @@ on: issue_comment jobs: testing: - # if: | - # github.event.issue.pull_request && - # startsWith(github.event.comment.body, '/deploy') && - # (github.event.comment.author_association == 'OWNER' || - # github.event.comment.author_association == 'MEMBER') + if: | + github.event.issue.pull_request && + startsWith(github.event.comment.body, '/deploy') runs-on: ubuntu-latest steps: - name: Get tag safe branch name