Skip to content

Commit

Permalink
Run release on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Jun 29, 2024
1 parent 9d24b58 commit 08e9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
release:
runs-on: [ "ubuntu-latest" ]
runs-on: [ "self-hosted", "benchmark" ]
steps:
- name: Ensure workspace ownership
run: echo "chown -R $USER $GITHUB_WORKSPACE" && sudo chown -R $USER $GITHUB_WORKSPACE
Expand Down

0 comments on commit 08e9b45

Please sign in to comment.