File tree Expand file tree Collapse file tree 3 files changed +2
-103
lines changed Expand file tree Collapse file tree 3 files changed +2
-103
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
23
23
cancel-in-progress : true
24
24
jobs :
25
25
compile_and_test :
26
- uses : ./ .github/workflows/ci.yml
26
+ uses : apache/flink-connector-shared-utils/ .github/workflows/ci.yml@ci_utils
27
27
with :
28
28
flink_version : 1.16.0
29
29
flink_url : https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
flink : [1.16-SNAPSHOT, 1.17-SNAPSHOT]
29
- uses : ./ .github/workflows/ci.yml
29
+ uses : apache/flink-connector-shared-utils/ .github/workflows/ci.yml@ci_utils
30
30
with :
31
31
flink_version : ${{ matrix.flink }}
32
32
flink_url : https://s3.amazonaws.com/flink-nightly/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
You can’t perform that action at this time.
0 commit comments