From 4b9f6e06953fde08b0f014fd6616ac0dd62c3647 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Thu, 1 Jan 2026 18:43:02 +0100 Subject: [PATCH] test --- .gitea/workflows/commentDeploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index ed679d2..ca6f098 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -1,7 +1,5 @@ name: ChatOps Deploy -on: - issue_comment: - types: [created] +on: issue_comment jobs: deploy: @@ -13,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: say hello - if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords + # if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords run: | echo say hello