Skip to content

Commit

Permalink
ci: run vagrant-install workflow on branch merged and daily
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 authored and Vicente-Cheng committed Jan 2, 2024
1 parent fb33684 commit 4ce300c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vagrant-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Vagrant install
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
- 'v**'
schedule:
- cron: '30 19 * * *'

env:
LIBVIRT_DEFAULT_URI: "qemu:///system"
Expand Down

0 comments on commit 4ce300c

Please sign in to comment.