Skip to content

Commit

Permalink
Update build_release_candidate.yml publish_java_artifacts to be self …
Browse files Browse the repository at this point in the history
…hosted

Fix for #28038
  • Loading branch information
lostluck authored Aug 16, 2023
1 parent 1b34c60 commit 41544c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41544c1

Please sign in to comment.