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