Merge pull request 'CI: Created separate user for CI' (#313) from Qubasa-main into main

This commit is contained in:
clan-bot
2023-09-20 12:53:28 +00:00

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