Files
neovim/.github/workflows
Dmytro Meleshko e18820007f ci: avoid running Coverity in forks #40718
Problem:
If you have this repo forked, the workflow for Coverity Scan creates a lot of
spammy emails about that workflow failing.

Solution:
Check for the presence of `COVERITY_SCAN_TOKEN` and `COVERITY_SCAN_EMAIL` at the
very start of `.github/workflows/coverity.yml`, skip the rest of the workflow if
they are absent. Unfortunately, Github Actions don't offer a straightforward way
of doing that, so using [this workaround](https://github.com/orgs/community/discussions/25280)).
2026-07-13 09:59:31 -04:00
..
2026-04-29 17:37:47 -04:00
2026-04-18 15:38:59 -04:00
2026-06-29 15:13:14 +02:00