1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

Remove matrix checking in async.yml

This commit is contained in:
Shidong Wang 2021-02-16 21:33:26 +08:00
parent 3d0c9f4068
commit dd0657e8fe

View File

@ -13,6 +13,5 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Detach ${{ matrix.detachPlugin }}
if: matrix.detachPlugin == 'nvim'
run: |
.ci/detach_plugin.sh ${{ matrix.detachPlugin }}