From db9df77c4e7cd2c7a89834c469618479f00a2094 Mon Sep 17 00:00:00 2001 From: Fabrizio Sestito Date: Wed, 25 Oct 2023 17:09:31 +0200 Subject: [PATCH] ci: skip artifacthub Signed-off-by: Fabrizio Sestito --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd4f2e5..f4e8ee3 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-rego.yml@v3.1.10 + with: + artifacthub: false release: needs: test