1
0
forked from clan/clan-core

CI: Created separate user for CI

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