Skip to content

Commit

Permalink
test: disable artifacthub checks
Browse files Browse the repository at this point in the history
The policy is not on ArtifactHub yet

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Sep 17, 2024
1 parent 7e02409 commit 3fa9e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,3 +27,4 @@ jobs:
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.3.5
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/kyverno-dsl
artifacthub: false
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ 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

0 comments on commit 3fa9e64

Please sign in to comment.