diff --git a/.github/workflows/update-bootc-image-builder.yml b/.github/workflows/update-bootc-image-builder.yml index ad61bc5acf..9db861262a 100644 --- a/.github/workflows/update-bootc-image-builder.yml +++ b/.github/workflows/update-bootc-image-builder.yml @@ -4,9 +4,10 @@ name: "Update bootc-image-builder ref" on: workflow_dispatch: - schedule: - # Every Sunday at 12:00 - - cron: "0 12 * * 0" + # temporarily disabled until we fix the compatibility between bib and our bootc containers + # schedule: + # # Every Sunday at 12:00 + # - cron: "0 12 * * 0" jobs: update-and-push: