diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-06 18:45:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 18:45:42 +0200 |
commit | 6cd643dbf9a17ec6700c1b015cb4ac202ec1b0b6 (patch) | |
tree | 0cabb29ffad10eea090916f3a7f5c07ef2c60ff7 | |
parent | d48ea0e3eae44a27cf8f0237c137b75e5298ab65 (diff) | |
download | rneovim-6cd643dbf9a17ec6700c1b015cb4ac202ec1b0b6.tar.gz rneovim-6cd643dbf9a17ec6700c1b015cb4ac202ec1b0b6.tar.bz2 rneovim-6cd643dbf9a17ec6700c1b015cb4ac202ec1b0b6.zip |
ci: update which paths to ignore (#20510)
Skipping the CI on documentation-only changes is no longer appropriate
as we now rely on CI to test parts of documentation, e.g.
test/functional/lua/help_spec.lua.
Ignore changes in contrib/ as it's for non-essential user contributions
that we don't need to test.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76e37ce5d..992c59454b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - 'master' - 'release-[0-9]+.[0-9]+' paths-ignore: - - 'runtime/doc/*' + - 'contrib/**' # Cancel any in-progress CI runs for a PR if it is updated concurrency: |