Skip to content

Commit f65ecbd

Browse files
committed
ci: don't bother doing vagrant-install for now
Signed-off-by: Tim Serong <tserong@suse.com>
1 parent 7ae06ae commit f65ecbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/vagrant-install.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Vagrant install
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
4+
# Deployment doesn't work yet anyway, so let's not bother trying on PRs right now
5+
# pull_request:
6+
# types: [opened, reopened, synchronize]
67
push:
78
branches:
89
- master

0 commit comments

Comments
 (0)