Skip to content

Commit 34dc5de

Browse files
committed
[hotfix][ci] Remove repo name from workflow files
1 parent 7f26e64 commit 34dc5de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.cache-flink.outputs.cache-hit != 'true'
8080
run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
8181

82-
- name: Compile and test flink-connector-opensearch
82+
- name: Compile and test
8383
timeout-minutes: 30
8484
run: |
8585
set -o pipefail

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
name: Build flink-connector-opensearch
19+
name: CI
2020
on: [push, pull_request]
2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
name: Build flink-connector-opensearch
19+
name: Nightly
2020
on:
2121
schedule:
2222
- cron: "0 0 * * 0"

0 commit comments

Comments
 (0)