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 name: ChatOps Deploy
on: on: issue_comment
issue_comment:
types: [created]
jobs: jobs:
deploy: deploy:
@@ -13,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: say hello - 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: | run: |
echo say hello echo say hello