[hotfix][ci] Remove repo name from workflow files
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 @@
         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"