neovim/.github/workflows
dundargoc e71c7898ca
ci: trigger tests when pushing
This will allow contributors to test changes in their own fork when
pushing without needing to make a pull request. This can be useful when
wanting to test out an idea before initiating a review process.

Make the following assumptions when defining concurrency:
- Pull request will work the same.
- Pushes to the neovim repo will work the same: each unique commit will
  trigger a test run that won't cancel each other.
- Pushes to forks will cancel older CI runs on the same branch, similar
  to how pull requests work.

This will create duplicate CI runs when doing a pull request, one in the
neovim repo for the pull request event and one in the fork for the push
event. This is an acceptable trade as the runs in the fork doesn't count
towards the CI limit of neovim. Contributors are also free to disable
these actions in their own fork if they wish.
2023-05-15 00:08:57 +02:00
..
add-reviewers.yml ci(labeler): reuse workflow to reduce duplication 2023-04-22 23:28:39 +02:00
api-docs-check.yml ci(api-docs): run in drafts as well 2022-05-29 00:55:12 +02:00
api-docs.yml docs: fix typos (#21961) 2023-02-20 15:12:59 +08:00
backport.yml ci: simplify backport workflow 2023-04-08 13:14:13 +02:00
build.yml ci: trigger tests when pushing 2023-05-15 00:08:57 +02:00
codeql.yml ci: replace cmake script with bash script (#22246) 2023-02-13 18:26:01 +01:00
coverity.yml ci: replace cmake script with bash script (#22246) 2023-02-13 18:26:01 +01:00
issue-open-check.yml ci: auto-add labels on issues based on title 2023-05-07 14:55:31 +02:00
labeler.yml ci(labeler): reuse workflow to reduce duplication 2023-04-22 23:28:39 +02:00
lintcommit.yml ci: run lintcommit with cmake target 2023-04-29 14:30:54 +02:00
news.yml ci(news): don't run on draft (#22574) 2023-03-08 18:18:03 +01:00
notes.md ci(release): clean up wording and undeprecate tar.gz 2023-04-23 12:15:28 +02:00
release.yml ci: make install_deps.sh more flexible 2023-04-29 15:43:54 +02:00
remove-reviewers.yml ci: remove team reviewers 2023-04-22 13:50:27 +02:00
response.yml ci: replace stale bot with custom implementation 2023-04-27 22:07:44 +02:00
test.yml ci: trigger tests when pushing 2023-05-15 00:08:57 +02:00
vim-patches.yml docs: fix typos (#21961) 2023-02-20 15:12:59 +08:00