From 0b30320cd31730e90544c42e1212b7ba4a3f646b Mon Sep 17 00:00:00 2001 From: banst Date: Sun, 18 Aug 2024 19:28:15 +0200 Subject: [PATCH] ci: avoid job duplication --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab7012a..3461437 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,6 @@ name: Go Test and Lint on: - push: - branches: - - '**' pull_request: branches: - '**' @@ -59,7 +56,6 @@ jobs: path: coverage.txt coverage: name: coverage - if: github.event_name == 'pull_request' runs-on: ubuntu-latest needs: test permissions: