kubewarden / namespace-label-propagator-policy

Kubewarden policy designed to automatically propagate labels defined in a Kubernetes namespace to the associated resources within that namespace
https://kubewarden.io
Apache License 2.0
1 stars 3 forks source link

ci: Skip artifacthub check #30

Closed viccuad closed 3 months ago

viccuad commented 3 months ago

Description

This fixes the release.

We don't release to artifacthub, don't check artifacthub-pkg.yml. We were already not checking on the test.yml job, we forgot to not check on the test run for the release.yml.

Test

CI release job on main.

Additional Information

Tradeoff

Potential improvement

viccuad commented 3 months ago

Indeed, sorry! I was mistaken, as it seems we had the artifacthub-pkg half-disabled, and we removed the artifacthub-pkg.yml in the past: https://github.com/kubewarden/namespace-label-propagator-policy/commit/b7098d48415ba640ec4c2d6e189afad3c620548e https://github.com/kubewarden/namespace-label-propagator-policy/commit/b97f463f958989a852722e1907bbdabf6956006f.

It seems that by doing the force-push to my fork this PR closed :/. Will open a new one.