This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new e4413677 fix workflow v10
e4413677 is described below
commit e4413677ecb9debc0e918a29b1b551b3cc184742
Author: mfordjody <[email protected]>
AuthorDate: Sat May 31 19:47:55 2025 +0800
fix workflow v10
---
.github/workflows/ci.yml | 22 ----------------------
...admin-cp-release.yaml => dubbo-cp-release.yaml} | 5 ++---
.github/workflows/dubboctl-release.yaml | 2 +-
3 files changed, 3 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32e9ccab..25ef8a9d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,28 +27,6 @@ on:
- master
jobs:
-# golangci:
-# permissions:
-# contents: read # for actions/checkout to fetch code
-# pull-requests: read # for golangci/golangci-lint-action to fetch pull
requests
-# name: lint
-# runs-on: ubuntu-latest
-# strategy:
-# matrix:
-# golang:
-# - '1.21'
-# steps:
-# - uses: actions/setup-go@v5
-# with:
-# go-version: ${{ matrix.go_version }}
-# - uses: actions/checkout@v4
-# - name: golangci-lint
-# uses: golangci/[email protected]
-# with:
-# version: v1.54
-# args: --timeout=10m
-# skip-go-installation: true
-
unit-test:
name: Go Test
runs-on: ubuntu-latest
diff --git a/.github/workflows/admin-cp-release.yaml
b/.github/workflows/dubbo-cp-release.yaml
similarity index 88%
rename from .github/workflows/admin-cp-release.yaml
rename to .github/workflows/dubbo-cp-release.yaml
index 9288d757..d20514aa 100644
--- a/.github/workflows/admin-cp-release.yaml
+++ b/.github/workflows/dubbo-cp-release.yaml
@@ -17,11 +17,11 @@
# under the License.
#
-name: dubbo admin control plane release
+name: dubbo-cp release
on:
release:
- types: [create, published]
+ types: [created]
jobs:
release:
@@ -29,7 +29,6 @@ jobs:
contents: write
name: Release Dubbo
runs-on: ubuntu-latest
- if: startsWith(github.event.release.tag_name, 'dubbo/')
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/dubboctl-release.yaml
b/.github/workflows/dubboctl-release.yaml
index d9507e49..b900df47 100644
--- a/.github/workflows/dubboctl-release.yaml
+++ b/.github/workflows/dubboctl-release.yaml
@@ -24,7 +24,7 @@ on:
tags:
- 'dubboctl-**'
release:
- types: [created, published]
+ types: [created]
jobs:
release: