Use self hosted cirun runner if push

This commit is contained in:
Émilien Devos
2022-11-30 10:27:42 +01:00
committed by GitHub
parent 660689ed0b
commit ad6ab4a3a2
+1 -1
View File
@@ -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