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 22aee92 commit 1bbcfd8Copy full SHA for 1bbcfd8
.github/workflows/maven-comment-run.yml
@@ -5,12 +5,12 @@ name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
5
6
on:
7
issue_comment:
8
- branches: [ "test-gh-workflow" ]
+ branches: [ "master" ]
9
types: [ created ]
10
11
jobs:
12
comment-run:
13
- if: contains(github.event.comment.body, 'RUN_TESTS') && github.event.issue.pull_request
+ if: github.event.issue.pull_request && contains(github.event.comment.body, 'RUN_TESTS')
14
runs-on: ${{ matrix.os }}
15
continue-on-error: true
16
strategy:
0 commit comments