Skip to content

Commit f15dc59

Browse files
committed
run pr
1 parent fe7121a commit f15dc59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-images.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
# This workflow publishes docker images base on .ci/.docker-images.yml`.
3-
# See docs/INTERNAL_DOCKER_IMAGES.md for further information.
4-
name: publish-docker-images
2+
name: build-images
53

64
on:
7-
workflow_dispatch:
5+
pull_request: ~
6+
workflow_dispatch: ~
87

98
env:
109
DOCKER_BUILDKIT: 1

0 commit comments

Comments
 (0)