mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-10 01:00:04 -04:00
Add proper names to workflows
This commit is contained in:
parent
0bb2db6000
commit
d78f3fb74a
2 changed files with 2 additions and 0 deletions
1
.github/workflows/nightlies.yml
vendored
1
.github/workflows/nightlies.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
name: Vagrant Nightly Builds
|
||||
on:
|
||||
schedule:
|
||||
- cron: 30 4 * * *
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
name: Vagrant Release
|
||||
on:
|
||||
push:
|
||||
tags: 'v*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue