You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2023/08/16 20:27:58 UTC

[beam] 01/01: Update build_release_candidate.yml publish_java_artifacts to be self hosted

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

lostluck pushed a commit to branch lostluck-self-hosted
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 41544c158f665ed26ff627f6a70a0b15986bde86
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Wed Aug 16 13:27:51 2023 -0700

    Update build_release_candidate.yml publish_java_artifacts to be self hosted
    
    Fix for #28038
---
 .github/workflows/build_release_candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml
index 7b304e9aa65..91a3a0299f1 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -35,7 +35,7 @@ on:
 jobs:
   publish_java_artifacts:
     if: ${{github.event.inputs.PUBLISH_JAVA_ARTIFACTS == 'yes'}}
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, ubuntu-20.04, main]
     steps:
       - name: Checkout
         uses: actions/checkout@v3