We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed07799 commit d902700Copy full SHA for d902700
1 file changed
.github/workflows/commit.yaml
@@ -160,7 +160,7 @@ jobs:
160
cache-to: type=gha,mode=max
161
162
integration_test_on_main:
163
- needs: [docker_build]
+ needs: [docker_build_and_integration_test]
164
name: Integration Test (${{ matrix.platform.arch }})
165
# This will only run on push events to the main branch.
166
# Mainly to check the multi-arch image by running the
0 commit comments