Skip to content

Commit 64fa48c

Browse files
committed
Update StaleBranch workflow to prod and run every 12 hours
1 parent 673c989 commit 64fa48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/StaleBranch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "0 */6 * * *"
8+
- cron: "0 */12 * * *"
99

1010
workflow_dispatch:
1111

1212

1313
jobs:
1414

1515
stale-branch:
16-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-test
16+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
1717
with:
1818
PayloadJson: ${{ toJSON(github) }}
1919
RepoBranchSkipList: '[

0 commit comments

Comments
 (0)