Skip to content

Commit

Permalink
Merge pull request #6 from Roopan-Microsoft/autodeploy
Browse files Browse the repository at this point in the history
feat: Scheduled auto deployment twice a day
  • Loading branch information
Avijit-Microsoft authored Oct 21, 2024
2 parents 808ed11 + 3e1ee08 commit 2b9ea91
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 2b9ea91

Please sign in to comment.