mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:00:04 +08:00
Remove matrix checking in async.yml
This commit is contained in:
parent
3d0c9f4068
commit
dd0657e8fe
1
.github/workflows/async.yml
vendored
1
.github/workflows/async.yml
vendored
@ -13,6 +13,5 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Detach ${{ matrix.detachPlugin }}
|
- name: Detach ${{ matrix.detachPlugin }}
|
||||||
if: matrix.detachPlugin == 'nvim'
|
|
||||||
run: |
|
run: |
|
||||||
.ci/detach_plugin.sh ${{ matrix.detachPlugin }}
|
.ci/detach_plugin.sh ${{ matrix.detachPlugin }}
|
||||||
|
Loading…
Reference in New Issue
Block a user