remove ayntee

This commit is contained in:
ITOH
2021-04-11 11:18:03 +02:00
parent b80f3149eb
commit a278f35a6e
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -1,3 +1 @@
* @ayntee @Skillz4Killz
*.ts @ayntee @Skillz4Killz @itohatweb
* @Skillz4Killz @itohatweb
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Cache dependencies
run: deno cache --no-check mod.ts
- name: Run test script for Devs
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' || github.actor == 'ayntee' }}
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --unstable --coverage=coverage -A --no-check tests/mod.ts
- name: Run test script for label
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests' }}