Skip to content

Commit 1bbcfd8

Browse files
kamal-kaur04francisf
authored andcommitted
chore: branch name
1 parent 22aee92 commit 1bbcfd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-comment-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
55

66
on:
77
issue_comment:
8-
branches: [ "test-gh-workflow" ]
8+
branches: [ "master" ]
99
types: [ created ]
1010

1111
jobs:
1212
comment-run:
13-
if: contains(github.event.comment.body, 'RUN_TESTS') && github.event.issue.pull_request
13+
if: github.event.issue.pull_request && contains(github.event.comment.body, 'RUN_TESTS')
1414
runs-on: ${{ matrix.os }}
1515
continue-on-error: true
1616
strategy:

0 commit comments

Comments
 (0)