Update Windows periodic tests
Allow these tests to be manually triggered as well Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
334e74765e
commit
05c03de94d
3
.github/workflows/windows-periodic.yml
vendored
3
.github/workflows/windows-periodic.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
# Workflow intended to periodically test containerd integration tests
|
# Workflow intended to periodically test containerd integration tests
|
||||||
|
|
||||||
name: win-periodic-integration
|
name: Windows Periodic Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 1 * * *"
|
- cron: "0 1 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AZURE_DEFAULT_LOCATION: westeurope
|
AZURE_DEFAULT_LOCATION: westeurope
|
||||||
|
Loading…
Reference in New Issue
Block a user