]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] CI: trigger push only on master to dedup PR runs
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 18 Jun 2026 18:16:54 +0000 (19:16 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 18 Jun 2026 18:16:54 +0000 (19:16 +0100)
commit71605c251d7d05f6dcebbe57a5e78d90af1b8d1d
tree4ccc4341e175a4a16623d92282324b5339acec77
parent5b129cad423a8ed2da9a8d39e8b8177a2c9b17bf
[Minor] CI: trigger push only on master to dedup PR runs

A commit on a branch with an open PR fired both a push and a
pull_request run; concurrency cancel-in-progress reaped one, leaving a
spurious *cancelled* run that reads like a CI failure. Restrict push to
master so feature branches run a single pull_request workflow; key the
concurrency group on PR number / ref to still cancel superseded runs.
.github/workflows/ci.yml