From 1e2333c437b1d52500c86509b771c285d213c470 Mon Sep 17 00:00:00 2001 From: Kamaleshwar Date: Sat, 5 Oct 2024 09:01:48 +0200 Subject: [PATCH] checking workflow without if --- .github/workflows/go.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ff05bc..9b66f68 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,7 @@ jobs: report: true chart: true amend: true - if: | - github.event_name == 'push' + # if: | + # github.base_ref == 'main' && + # github.event_name == 'push' continue-on-error: true