From a9fcff94d78f98d614d28a22237981b2b836b80f Mon Sep 17 00:00:00 2001 From: Willi Carlsen Date: Thu, 17 Sep 2026 08:22:44 +0200 Subject: [PATCH] Update update-crds-and-manifests.yaml Updating this action to avoid taking in breaking changes without running the pipeline. --- .github/workflows/update-crds-and-manifests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-crds-and-manifests.yaml b/.github/workflows/update-crds-and-manifests.yaml index 3bc89a38..5ac54a03 100644 --- a/.github/workflows/update-crds-and-manifests.yaml +++ b/.github/workflows/update-crds-and-manifests.yaml @@ -5,6 +5,7 @@ on: - "**/sources.yaml" - "**/release.yaml" - "**/Makefile" + - ".github/workflows/update-crds-and-manifests.yaml" jobs: update-crds-and-manifests: runs-on: ubuntu-latest