test
Some checks failed
CI / build-and-test (pull_request) Failing after 7m6s

This commit is contained in:
Tobias Klemp
2026-01-01 18:43:02 +01:00
parent 679972a604
commit 4b9f6e0695

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