From 723bf92ebba58e98ca82f8e1f148a9a52d22ae30 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Mon, 13 Sep 2021 13:23:16 -0400 Subject: [PATCH] ci: skip coverage tasks for test infrastructure (#6934) --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cfb6a233b..8b7d340b6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -76,6 +76,7 @@ jobs: with: PATTERNS: | **/**.go + "!test/" go.mod go.sum - uses: actions/download-artifact@v2 @@ -104,6 +105,7 @@ jobs: with: PATTERNS: | **/**.go + "!test/" go.mod go.sum - uses: actions/download-artifact@v2