This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/test by this push:
new 3078907 ++
3078907 is described below
commit 30789075ca5d7382669f8cbf085d631f10a94f37
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Feb 6 13:18:32 2023 +0100
++
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d006582..7349821 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
- name: Download Flink binary
working-directory: ${{ env.FLINK_CACHE_DIR }}
- if: steps.cache-flink.outputs.cache-hit != true
+ if: steps.restore-flink.outputs.cache-hit != 'true'
run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
- name: Cache Flink binary