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.
1 parent 404a101 commit 93f42d9Copy full SHA for 93f42d9
.github/workflows/unittest.yaml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
unittest:
12
# only run on pull request
13
- if: ${{ github.event.issue.pull_request && github.event.comment.body == '/run-unittest' && github.event.comment.author_association == 'COLLABORATOR' }}
+ if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/run-unittest') && github.event.comment.author_association == 'COLLABORATOR' }}
14
runs-on: self-hosted
15
16
steps:
0 commit comments