CI: Created separate user for CI
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 35s

This commit is contained in:
Luis Hebendanz 2023-09-20 14:51:34 +02:00
parent 273fcb7f2d
commit 357d7f3fd5

View File

@ -5,7 +5,7 @@ on:
- main
jobs:
test:
if: ${{ github.actor != 'clan-bot' }}
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- name: Checkout code