Skip to content

Commit

Permalink
scheduled autodeployment twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Oct 18, 2024
1 parent c42053a commit 3e1ee08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT

permissions:
contents: read
Expand Down

0 comments on commit 3e1ee08

Please sign in to comment.