CI: Created separate user for CI

This commit is contained in:
Luis-Hebendanz
2023-09-20 14:48:16 +02:00
parent 975a2e8e94
commit ec497276bd
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: main
jobs:
test:
if: ${{ github.actor != 'clan-bot' }}
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- uses: actions/checkout@v3