This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch fix-github-ubuntu-2004-runner-removed
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to 
refs/heads/fix-github-ubuntu-2004-runner-removed by this push:
     new fd3f84bea use github.base_ref instead of github.ref_name for go-client 
and collector
fd3f84bea is described below

commit fd3f84beace89a5fe3eb51a4599796c9a9ec9964
Author: Dan Wang <[email protected]>
AuthorDate: Fri Apr 25 20:40:27 2025 +0800

    use github.base_ref instead of github.ref_name for go-client and collector
---
 .github/workflows/lint_and_test_collector.yml | 4 ++--
 .github/workflows/lint_and_test_go-client.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/lint_and_test_collector.yml 
b/.github/workflows/lint_and_test_collector.yml
index 41a089144..46e473098 100644
--- a/.github/workflows/lint_and_test_collector.yml
+++ b/.github/workflows/lint_and_test_collector.yml
@@ -59,7 +59,7 @@ jobs:
     needs: format
     runs-on: ubuntu-latest
     container:
-      image: apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
+      image: apache/pegasus:build-env-ubuntu2204-${{ github.base_ref }}-go
     steps:
       - name: Checkout
         uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
     needs: lint
     runs-on: ubuntu-latest
     container:
-      image: apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
+      image: apache/pegasus:build-env-ubuntu2204-${{ github.base_ref }}-go
     steps:
       - name: Checkout
         uses: actions/checkout@v4
diff --git a/.github/workflows/lint_and_test_go-client.yml 
b/.github/workflows/lint_and_test_go-client.yml
index 19a3260af..8f935ee02 100644
--- a/.github/workflows/lint_and_test_go-client.yml
+++ b/.github/workflows/lint_and_test_go-client.yml
@@ -61,7 +61,7 @@ jobs:
     needs: format
     runs-on: ubuntu-latest
     container:
-      image: apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
+      image: apache/pegasus:build-env-ubuntu2204-${{ github.base_ref }}-go
     steps:
       - name: Checkout
         uses: actions/checkout@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to