Skip to content

Commit

Permalink
ci: Don't check artifacthub-pkg.yml now that we use renovatebot
Browse files Browse the repository at this point in the history
This allows the bot to merge automatically the patch bumps.

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Mar 12, 2025
1 parent 86409d0 commit d5395b6
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@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
with:
artifacthub: false # remove this if releasing to Artifact Hub

release:
needs: test
Expand All @@ -25,3 +27,4 @@ jobs:
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
with:
oci-target: ghcr.io/${{ github.repository_owner }}/tests/go-wasi-template
artifacthub: false # remove this if releasing to Artifact Hub
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@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
with:
artifacthub: false # remove this if releasing to Artifact Hub

0 comments on commit d5395b6

Please sign in to comment.