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-rabbitmq.git

commit 7ac11267ec783d8af7f68d1b8086956b8d71c78c
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Dec 13 10:47:18 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 49f4835..c5da6bb 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-rabbitmq
+      - 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 d76db2f..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-rabbitmq
+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 b4be421..63f566f 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -16,7 +16,7 @@
 # limitations under the License.
 
################################################################################
 
-name: Build flink-connector-rabbitmq
+name: Nightly
 on:
   schedule:
     - cron: "0 0 * * 0"

Reply via email to