remove: ayntee

ayntee has deleted his gh account
This commit is contained in:
ITOH
2021-05-01 11:34:07 +01:00
committed by GitHub
parent 484c395dd3
commit 1e48e58908
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Cache dependencies
run: deno cache --no-check mod.ts
- name: Run test script for maintainers
if: ${{ github.actor == 'ayntee' || github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --unstable --coverage=coverage -A --no-check tests/mod.ts
- name: Run test script if label added
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests' }}