Skip to content

Commit

Permalink
run on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist authored Oct 16, 2024
1 parent 4d90677 commit 44891bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# We don't need to run on all platforms since this package is
# platform-agnostic. The output wheel is something like
# "monotonic_attention-<version>-py3-none-any.whl".
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
run-base-tests:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 44891bc

Please sign in to comment.