Skip to content

Commit

Permalink
update insider cron schedule to MWF @ 1500 UTC (#6052)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanchan authored Nov 2, 2024
1 parent a96b763 commit a55b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-insiders-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vscode-insiders-release

on:
schedule:
- cron: '0 15 * * *' # daily at 1500 UTC
- cron: '0 15 * * 1,3,5' # daily at 1500 UTC
push:
tags:
- vscode-v* # automatically create a new insider build with a release
Expand Down

0 comments on commit a55b748

Please sign in to comment.