mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Use self hosted cirun runner if push
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ (github.event_name == 'push') && fromJSON('[ "cirun-runner" ]') || 'ubuntu-latest' }}
|
||||
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user