mirror of https://github.com/containers/podman.git
Don't require tests for github-actions & metadata
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
00f2f7d14e
commit
f8be69e1f3
|
@ -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/' |
|
||||
|
|
Loading…
Reference in New Issue