diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 817a1cd..e550728 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -97,10 +97,10 @@ jobs: - name: Check if CRDs match run: | - # This step is not needed per se, but runs all the tests - # and generate the manifests - # make manifests - diff -r config/crd/bases charts/mimirrules-controller/crds + # This step is not needed per se, but runs all the tests + # and generate the manifests + # make manifests + diff -r config/crd/bases charts/mimirrules-controller/crds - name: Set up Helm uses: azure/setup-helm@v4