Skip to content

Commit 46790a0

Browse files
Merge pull request #76 from microsoft/PSL-US-17018
feat: scheduled one click deployment
2 parents 0400a99 + ab2e4f0 commit 46790a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
79

810
jobs:
911
deploy:

0 commit comments

Comments
 (0)