Skip to content

Commit 70c2c47

Browse files
committed
build new image
1 parent 7fd88c3 commit 70c2c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-capi-vm-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build CAPI VM image with manual input
22

33
on:
4-
push:
4+
# push:
55

66
workflow_dispatch:
77
inputs:

.github/workflows/build-image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
# pull_request:
7+
pull_request:
88

99
env:
1010
IMAGE_NAME: image-builder

0 commit comments

Comments
 (0)