Skip to content

Commit 198f5a7

Browse files
committed
[hotfix] Reuse workflow
1 parent 34dc5de commit 198f5a7

File tree

3 files changed

+2
-103
lines changed

3 files changed

+2
-103
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424
jobs:
2525
compile_and_test:
26-
uses: ./.github/workflows/ci.yml
26+
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
2727
with:
2828
flink_version: 1.16.0
2929
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
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
3030
with:
3131
flink_version: ${{ matrix.flink }}
3232
flink_url: https://s3.amazonaws.com/flink-nightly/flink-${{ matrix.flink }}-bin-scala_2.12.tgz

0 commit comments

Comments
 (0)