1 Commits

Author SHA1 Message Date
Tobias Klemp
4b9f6e0695 test
Some checks failed
CI / build-and-test (pull_request) Failing after 7m6s
2026-01-01 18:43:02 +01:00

View File

@@ -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