From 1c05d23bb37085a9ad94318eec5e274a8f1a8a2d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 30 Oct 2024 16:23:45 +0100 Subject: [PATCH] fix condition on coverage report job --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cff2381..b743f02 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,5 @@ jobs: chart: true amend: true if: | - matrix.os == 'ubuntu-latest' && - matrix.go == '1.23' && github.event_name == 'push' continue-on-error: true