We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2867f78 + 38faf92 commit 46d0fbdCopy full SHA for 46d0fbd
staging/operator-lifecycle-manager/.github/workflows/unit.yml
@@ -8,8 +8,12 @@ on:
8
pull_request:
9
workflow_dispatch:
10
merge_group:
11
+ issue_comment:
12
+ types: [created] # Triggers the workflow when a comment is created. see `if` section
13
jobs:
14
unit:
15
+ if: >-
16
+ github.event_name != 'issue_comment' || startsWith(github.event.comment.body, '/retest unit')
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v3
0 commit comments