self hosted again
This commit is contained in:
parent
69f2c58f30
commit
16b6b7619a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -1,13 +1,12 @@
|
|||
name: Publish Assets
|
||||
|
||||
runs-on: self-hosted
|
||||
on:
|
||||
push:
|
||||
branches: [master, test-112-deps]
|
||||
|
||||
jobs:
|
||||
build_arm64_aar:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
container: lbry/android-base:python39
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
Loading…
Reference in a new issue