mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
ci: Run spectesting nightly
This commit is contained in:
parent
4cf5f7c1ba
commit
dc58438476
1 changed files with 3 additions and 0 deletions
3
.github/workflows/spectesting.yml
vendored
3
.github/workflows/spectesting.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
- 'main'
|
||||
repository_dispatch:
|
||||
types: [prerelease]
|
||||
schedule:
|
||||
# Run nightly on weekdays at 05:00 UTC or midnight-ish in US time zones
|
||||
- cron: '0 5 * * 1-5'
|
||||
|
||||
jobs:
|
||||
setup-packet:
|
||||
|
|
|
|||
Loading…
Reference in a new issue