diff --git a/.github/workflows/build-catalog-and-bundle-images.yaml b/.github/workflows/build-catalog-and-bundle-images.yaml index a08e8329a..21207f40e 100644 --- a/.github/workflows/build-catalog-and-bundle-images.yaml +++ b/.github/workflows/build-catalog-and-bundle-images.yaml @@ -11,6 +11,12 @@ # name: Build catalog and bundle images on: + # manual trigger if required + workflow_dispatch: + inputs: + reason: + description: 'Reason to trigger a build' + required: false schedule: - cron: '0 21 * * *' branches: