Skip to content

Commit d902700

Browse files
committed
ci: refactors commit.yaml
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent ed07799 commit d902700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
cache-to: type=gha,mode=max
161161

162162
integration_test_on_main:
163-
needs: [docker_build]
163+
needs: [docker_build_and_integration_test]
164164
name: Integration Test (${{ matrix.platform.arch }})
165165
# This will only run on push events to the main branch.
166166
# Mainly to check the multi-arch image by running the

0 commit comments

Comments
 (0)