Skip to content

Commit 8c639ba

Browse files
authored
switch workflows to prod
1 parent 0787955 commit 8c639ba

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/AutoLabelMsftContributor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
download-payload:
1616
if: github.repository_visibility == 'public'
1717
name: Download and extract payload artifact
18-
uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-ExtractPayload.yml@main
18+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
1919
with:
2020
WorkflowId: ${{ github.event.workflow_run.id }}
2121
OrgRepo: ${{ github.repository }}
@@ -26,7 +26,7 @@ jobs:
2626
name: Label Microsoft contributors
2727
if: github.repository_visibility == 'public'
2828
needs: [download-payload]
29-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-test
29+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
secrets:

.github/workflows/LiveMergeCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
live-merge:
15-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-test
15+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
1616
with:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:

.github/workflows/PrFileCount.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
file-count:
15-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-test
15+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod
1616
with:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:

.github/workflows/ProtectedFiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: [pull_request_target]
1010
jobs:
1111

1212
protected-files:
13-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-test
13+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
1414
with:
1515
PayloadJson: ${{ toJSON(github) }}
1616
secrets:

0 commit comments

Comments
 (0)