From a16132ba7d4dc37769db041cfcfc5071804bd565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sun, 2 May 2021 10:22:09 +0200 Subject: [PATCH] [CI] Fix CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/charts-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 75a6283b..eb17e7e7 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -17,7 +17,6 @@ on: jobs: release: if: "!contains(github.event.head_commit.message, '[ci-skip]')" - needs: pre-release runs-on: ubuntu-20.04 steps: - name: Checkout