File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 download-payload :
1616 name : Download and extract payload artifact
17+ if : github.repository_owner == 'MicrosoftDocs'
1718 uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
1819 with :
1920 WorkflowId : ${{ github.event.workflow_run.id }}
2324
2425 label-assign :
2526 name : Run assign and label
27+ if : github.repository_owner == 'MicrosoftDocs'
2628 needs : [download-payload]
2729 uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
2830 with :
3234 ExcludedUserList : ' ["user1", "user2"]'
3335 ExcludedBranchList : ' ["branch1", "branch2"]'
3436 secrets :
35- AccessToken : ${{ secrets.GITHUB_TOKEN }}
36-
37-
38-
39-
40-
41-
37+ AccessToken : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments