From 7fd86bd27a05a7ac0de81f6e9f536b268769519d Mon Sep 17 00:00:00 2001 From: ilia-medvedev-codefresh Date: Thu, 9 May 2024 14:24:39 +0300 Subject: [PATCH] Remove filter from publish action Signed-off-by: ilia-medvedev-codefresh --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d5f5f43..02ef5005 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,6 @@ permissions: jobs: publish: - if: github.repository == 'argoproj/argo-helm' permissions: contents: write # for helm/chart-releaser-action to push chart release and create a release packages: write # to push OCI chart package to GitHub Registry