ci: always run tests

This commit is contained in:
Folke Lemaitre
2023-04-22 10:30:14 +02:00
parent 5f4526c795
commit ee1ebf7bc4

View File

@@ -6,6 +6,7 @@ on:
jobs:
extras:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Install Neovim
shell: bash
@@ -29,6 +30,7 @@ jobs:
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
tests:
needs: extras
if: always()
strategy:
matrix:
# os: [ubuntu-latest, windows-latest]