]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
workflows: only run the modified tests master 3031/head
authorShivani Bhardwaj <shivani@oisf.net>
Fri, 7 Nov 2025 06:16:45 +0000 (11:46 +0530)
committerVictor Julien <vjulien@oisf.net>
Fri, 17 Apr 2026 14:28:11 +0000 (14:28 +0000)
commit5da09f58345f0926b900a30b00dc64672e795ad4
treebb13cdd181a12bc465d0b9379f600fb5c2ff016b
parent8023aa46c204ff2a7191a2128ca632e5e34170a0
workflows: only run the modified tests

Running all the tests on PR or push event of suricata-verify is
irrelevant as the tests are supposed to be exclusive of one another.
Make sure that unless there's a framework or workflows change, only the
tests that are modified or added are run. This saves CI resources that
would otherwise be unnecessarily spent.

This does not affect the testing and coverage of the Suricata codebase
as when there's an s-v PR, Suricata's workflow is to clone the entire
repo and run all the tests in there.
.github/workflows/builds.yml