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 492cb19 commit d06b4a1Copy full SHA for d06b4a1
.github/workflows/main.yml
@@ -64,7 +64,7 @@ jobs:
64
needs: schema-tests
65
env:
66
PR_PREFIX: sdkAuto/
67
- if: ${{ github.event.pull_request.user.login == 'azure-sdk[bot]' }}
+ if: ${{ github.event.pull_request.user.login == 'azure-sdk' }}
68
steps:
69
- uses: actions/checkout@v2.3.5
70
0 commit comments