Delete test.yml

This commit is contained in:
xrkffgg
2020-12-23 15:24:13 +08:00
committed by GitHub
parent 9ab2f06cee
commit 2f4e63372a

View File

@@ -1,18 +0,0 @@
name: 🤖 test
on:
issues:
types: [labeled]
jobs:
auto-invite:
runs-on: ubuntu-latest
if: github.event.label.name == 'test'
steps:
- uses: actions/checkout@master
- name: install
run: yarn
- name: node js
run: node ./src/main.js