From 68831169e46b7b91ab5c665f80d7a1f728977a18 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Tue, 17 Sep 2024 11:18:02 +0200 Subject: [PATCH] disable artifacthub checks for real Signed-off-by: Flavio Castelli --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20f053e..31695f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: test: name: run tests and linters uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.3.5 + with: + artifacthub: false release: needs: test