Attempting to limit runner to set users
This commit is contained in:
parent
a21be09765
commit
7ef801313c
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
run-qemu:
|
||||
name: qemu testbench
|
||||
if: ${{ github.actor == 'torxed' }}
|
||||
if: ${{ github.actor == 'Torxed' }}
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue