Skip to content

Commit e34186b

Browse files
committed
fix: disable the image build CI for pull requests before merge
1 parent 6467a75 commit e34186b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Docker Image CI
33
on:
44
push:
55
branches: [ "azure-openai" ]
6-
pull_request:
7-
branches: [ "azure-openai" ]
6+
# pull_request:
7+
# branches: [ "azure-openai" ]
88

99
jobs:
1010
build-and-push:

0 commit comments

Comments
 (0)