Schedule Windows job daily after midnight.
Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
This commit is contained in:
parent
2b58782df0
commit
77285e311c
2
.github/workflows/windows-periodic.yml
vendored
2
.github/workflows/windows-periodic.yml
vendored
@ -4,7 +4,7 @@ name: win-periodic-integration
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 1 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AZURE_DEFAULT_LOCATION: westeurope
|
AZURE_DEFAULT_LOCATION: westeurope
|
||||||
|
Loading…
Reference in New Issue
Block a user