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 14
14
jobs :
15
15
download-payload :
16
16
name : Download and extract payload artifact
17
+ if : github.repository_owner == 'MicrosoftDocs'
17
18
uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
18
19
with :
19
20
WorkflowId : ${{ github.event.workflow_run.id }}
23
24
24
25
label-assign :
25
26
name : Run assign and label
27
+ if : github.repository_owner == 'MicrosoftDocs'
26
28
needs : [download-payload]
27
29
uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
28
30
with :
32
34
ExcludedUserList : ' ["user1", "user2"]'
33
35
ExcludedBranchList : ' ["branch1", "branch2"]'
34
36
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