We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d34df commit 5dd0f3eCopy full SHA for 5dd0f3e
1 file changed
.github/workflows/run-azure-windows.yml
@@ -9,7 +9,8 @@ jobs:
9
azure-windows:
10
if: |
11
${{ github.event.issue.pull_request }} &&
12
- contains(github.event.comment.body, '/azure-windows')
+ contains(github.event.comment.body, '/azure-windows') &&
13
+ github.event.comment.author_association == 'COLLABORATOR'
14
runs-on: ubuntu-latest
15
steps:
16
- run:
0 commit comments