Skip to content

Commit a1010fc

Browse files
committed
[FLINK-36332] exclude syntax take 3
1 parent 024ab6d commit a1010fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ jobs:
156156
test: test_autoscaler.sh
157157
- mode: standalone
158158
test: test_dynamic_config.sh
159-
- flink_version: { tag: "v1_17", image: "flink:1.17" }
159+
- tag: "v1_17"
160160
test: test_dynamic_config.sh
161-
- flink_version: { tag: "v1_16", image: "flink:1.16" }
161+
- tag: "v1_16"
162162
test: test_autoscaler.sh
163-
- flink_version: { tag: "v1_16", image: "flink:1.16" }
163+
- tag: "v1_16"
164164
test: test_dynamic_config.sh
165165
steps:
166166
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)