From f8be69e1f3bd7e9961283985dde2e6dac66ea205 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 30 Apr 2021 14:02:30 -0400 Subject: Don't require tests for github-actions & metadata Signed-off-by: Chris Evich --- contrib/cirrus/pr-should-include-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/cirrus/pr-should-include-tests') diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests index 9ccac17a3..392136fdb 100755 --- a/contrib/cirrus/pr-should-include-tests +++ b/contrib/cirrus/pr-should-include-tests @@ -39,6 +39,7 @@ filtered_changes=$(git diff --name-status $base $head | fgrep -vx go.mod | fgrep -vx go.sum | egrep -v '^[^/]+\.md$' | + egrep -v '^.github' | egrep -v '^contrib/' | egrep -v '^docs/' | egrep -v '^hack/' | -- cgit v1.2.3-54-g00ecf