Skip to content

Commit

Permalink
Address comments by @jrhee17
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Jan 23, 2024
1 parent 407d2e8 commit fac48fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- id: runner
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "runner=self-hosted-for-pr" >> "$GITHUB_OUTPUT"
echo "runner=self-hosted-unsafe" >> "$GITHUB_OUTPUT"
else
echo "runner=self-hosted-for-non-pr" >> "$GITHUB_OUTPUT"
echo "runner=self-hosted-safe" >> "$GITHUB_OUTPUT"
fi
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
publish:
name: Publish final artifacts
if: github.repository == 'line/armeria'
runs-on: self-hosted-for-non-pr
runs-on: self-hosted-safe
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fac48fb

Please sign in to comment.