]> source.dussan.org Git - gitea.git/commit
Skip DB tests duplicate runs on push to branches (#23476)
authortechknowlogick <techknowlogick@gitea.io>
Wed, 15 Mar 2023 01:46:13 +0000 (21:46 -0400)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2023 01:46:13 +0000 (21:46 -0400)
commitf96eef872f2500e8610b6c6c244121643bf4951f
tree0c904a224aedb11627860038ab5025140b7967e3
parent69c9ab387f2db4eab29749480ca21206de75e77a
Skip DB tests duplicate runs on push to branches (#23476)

This skips all testing-* pipelines on push to main or release/*
branches. This decreases the total build time on those, as in theory
they should already be run for PRs before merging.

Fixes https://github.com/go-gitea/gitea/issues/22011

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
.drone.yml