Attempting to limit runner to set users

This commit is contained in:
Anton Hvornum 2024-05-14 17:10:53 +02:00
parent a21be09765
commit 7ef801313c
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 1 additions and 1 deletions

View File

@ -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