Skip to content

Commit ab883ba

Browse files
Test
1 parent be23821 commit ab883ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/comment_commands.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55

66
permissions:
77
contents: read
8-
issues: write
9-
pull-requests: write
108

119
jobs:
1210
nightly:
1311
runs-on: ubuntu-latest
1412
timeout-minutes: 10
15-
if: (!github.event.issue.pull_request) && github.event.comment.body == '/nightly'
13+
if: (github.event.issue.pull_request) && github.event.comment.body == '/nightly'
1614

1715
steps:
1816
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)