We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12ea08 commit c89ab58Copy full SHA for c89ab58
.github/workflows/l0-test.yml
@@ -32,6 +32,7 @@ on:
32
jobs:
33
Job-trigger:
34
name: Start ci job
35
+ if: startsWith( github.event.comment.body, '/bot' )
36
runs-on: [self-hosted, Linux, Jenkins]
37
steps:
38
- name: Start ci job
0 commit comments