You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/12/13 09:40:40 UTC

[flink-connector-pulsar] 03/03: [hotfix][ci] Remove repo name from workflow files

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git

commit 15e1372f4df63fac6946654f76ec3e35b90bc5d7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 13 10:40:20 2022 +0100

    [hotfix][ci] Remove repo name from workflow files
---
 .github/workflows/ci.yml      | 2 +-
 .github/workflows/push_pr.yml | 2 +-
 .github/workflows/weekly.yml  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea8a6c1..47fee39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,9 +79,9 @@ jobs:
         if: steps.cache-flink.outputs.cache-hit != 'true'
         run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
 
-      - name: Compile and test flink-connector-pulsar
         timeout-minutes: 60
         run: |
+      - name: Compile and test
           set -o pipefail
 
           mvn clean deploy ${MVN_COMMON_OPTIONS} \
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 23a19fb..63805ef 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -16,7 +16,7 @@
 # limitations under the License.
 ################################################################################
 
-name: Build flink-connector-pulsar
+name: CI
 on: [push, pull_request]
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 215d2f5..acea426 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -16,7 +16,7 @@
 # limitations under the License.
 ################################################################################
 
-name: Build flink-connector-pulsar
+name: Nightly
 on:
   schedule:
     - cron: "0 0 * * 0"
@@ -30,4 +30,4 @@ jobs:
     with:
       flink_version: ${{ matrix.flink }}
       flink_url: https://s3.amazonaws.com/flink-nightly/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
-      cache_flink_binary: false
\ No newline at end of file
+      cache_flink_binary: false