diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 9ebc6e04..be6e1395 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -3,7 +3,7 @@ name: Process Apps and Commit Changes on: workflow_dispatch: schedule: - - cron: '*/30 * * * *' + - cron: '0 */3 * * *' jobs: process: runs-on: ubuntu-latest diff --git a/.github/workflows/push_custom_to_released.yml b/.github/workflows/push_custom_to_released.yml index b1c8b484..8d9d5d73 100644 --- a/.github/workflows/push_custom_to_released.yml +++ b/.github/workflows/push_custom_to_released.yml @@ -3,7 +3,7 @@ name: Push custom to released on: workflow_dispatch: schedule: - - cron: '0 0 */3 * *' + - cron: '2 * * * *' jobs: push-branch: