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:18:14 UTC

[flink-connector-elasticsearch] 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-elasticsearch.git

commit 8275d13968b56ed93088455b7b3d950cf8c070b5
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 13 10:17:39 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  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af39b82..91b9091 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,7 +79,7 @@ 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-elasticsearch
+      - name: Compile and test
         timeout-minutes: 30
         run: |          
           set -o pipefail
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 9622ad9..a2a7c33 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-elasticsearch
+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 538c6f5..63f566f 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -16,7 +16,7 @@
 # limitations under the License.
 ################################################################################
 
-name: Build flink-connector-elasticsearch
+name: Nightly
 on:
   schedule:
     - cron: "0 0 * * 0"