diff --git a/.github/workflows/github-board-automation.yml b/.github/workflows/github-board-automation.yml index cc83ee66fc..fb0b456630 100644 --- a/.github/workflows/github-board-automation.yml +++ b/.github/workflows/github-board-automation.yml @@ -2,9 +2,9 @@ name: GitHub Board Automation on: workflow_dispatch: - # Run every 40 minutes + # Run every 20 minutes schedule: - - cron: '*/40 * * * *' + - cron: '*/20 * * * *' jobs: run-php-in-docker: