From ca9bdc6e7073e483fc6338f90825d3e034d7fd72 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 18 Dec 2020 23:06:42 -0500 Subject: [PATCH] Tests: Ignore github action commits --- test_regress/t/t_dist_contributors.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_dist_contributors.pl b/test_regress/t/t_dist_contributors.pl index 65951f6b8..527d3e157 100755 --- a/test_regress/t/t_dist_contributors.pl +++ b/test_regress/t/t_dist_contributors.pl @@ -16,7 +16,7 @@ scenarios(dist => 1); my $root = ".."; my $Debug; -my %Contributors; +my %Contributors = ('github action' => 1); my %Authors; if ($ENV{VERILATOR_TEST_NO_CONTRIBUTORS}) {