diff options
author | Chris Evich <cevich@redhat.com> | 2021-04-30 14:02:30 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-04-30 16:26:48 -0400 |
commit | f8be69e1f3bd7e9961283985dde2e6dac66ea205 (patch) | |
tree | 5ac2be3a8a5943102605b9d7c4444ca3fea76315 /contrib/cirrus | |
parent | 00f2f7d14e612632e6d05d2f0e956d43bd2f10b5 (diff) | |
download | podman-f8be69e1f3bd7e9961283985dde2e6dac66ea205.tar.gz podman-f8be69e1f3bd7e9961283985dde2e6dac66ea205.tar.bz2 podman-f8be69e1f3bd7e9961283985dde2e6dac66ea205.zip |
Don't require tests for github-actions & metadata
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests | 1 |
1 files changed, 1 insertions, 0 deletions
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/' | |