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 - main
jobs: jobs:
test: test:
if: ${{ github.actor != 'clan-bot' }} if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix runs-on: nix
steps: steps:
- name: Checkout code - name: Checkout code