Skip to content

Commit 93a7205

Browse files
authored
Merge pull request #2344 from Azure/jcotillo/fix_ci_user
[CI] Edit bot username (GH action)
2 parents 492cb19 + d06b4a1 commit 93a7205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
needs: schema-tests
6565
env:
6666
PR_PREFIX: sdkAuto/
67-
if: ${{ github.event.pull_request.user.login == 'azure-sdk[bot]' }}
67+
if: ${{ github.event.pull_request.user.login == 'azure-sdk' }}
6868
steps:
6969
- uses: actions/checkout@v2.3.5
7070

0 commit comments

Comments
 (0)