diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index afeb3a56755a..9fa06c292884 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -2,7 +2,7 @@ name: '[Support] Synchronize labels from the vms repository' on: schedule: # Daily - - cron: '0 1 * * *' + - cron: '0 3 * * *' permissions: issues: write diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index 51222e3eb90c..19cedbe10983 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -2,7 +2,7 @@ name: '[Support] Synchronize team members in the .env file' on: schedule: # Daily - - cron: '0 1 * * *' + - cron: '0 5 * * *' permissions: repository-projects: write