Merge pull request 'CI: Created separate user for CI' (#313) from Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 35s
assets1 / test (push) Successful in 22s

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

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