Skip to content

Commit

Permalink
WIP: try a self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Mar 4, 2024
1 parent 99fdd84 commit 67103b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fakedroid-odt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: 0 0 * * 1
jobs:
fakedroid-odt-channel:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
run: nix run --impure .#fakedroid -- nix-shell -p cachix --run 'nix --extra-experimental-features nix-command path-info --all | cachix push nix-on-droid'

fakedroid-flakes:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout repository
Expand Down

0 comments on commit 67103b4

Please sign in to comment.