Skip to content

Commit af6a226

Browse files
committed
[FlINK-36332] don't start the full matrix until smoke testing passes
1 parent 1b70ea0 commit af6a226

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cd flink-autoscaler-plugin-jdbc
6868
mvn -B verify -Dit.skip=false
6969
cd ..
70-
e2e_smoketest:
70+
e2e_smoke_test:
7171
name: HTTP Client smoke test
7272
runs-on: ubuntu-latest
7373
strategy:
@@ -131,6 +131,7 @@ jobs:
131131
source e2e-tests/utils.sh
132132
stop_minikube
133133
e2e_ci:
134+
needs: e2e_smoke_test
134135
runs-on: ubuntu-latest
135136
strategy:
136137
matrix:

0 commit comments

Comments
 (0)