diff --git a/.github/workflows/factory.yaml b/.github/workflows/factory.yaml index 8e1d3030c27f..8ad5bed0cc2c 100644 --- a/.github/workflows/factory.yaml +++ b/.github/workflows/factory.yaml @@ -3,8 +3,8 @@ name: PR Factory on: workflow_dispatch: {} # Uncomment the following cron schedule to run this workflow every 30 minutes - schedule: - - cron: 0/30 * * * * + # schedule: + # - cron: 0/30 * * * * permissions: pull-requests: write