diff --git a/.github/workflows/api_digester_check.yml b/.github/workflows/api_digester_check.yml index fbf23e0851..14f958aa13 100644 --- a/.github/workflows/api_digester_check.yml +++ b/.github/workflows/api_digester_check.yml @@ -2,7 +2,7 @@ name: Swift API Digester Functionality Check on: schedule: - - cron: '0 0 * * *' # This will run the action every night at midnight + - cron: '0 15 * * *' # This will run the action every day at 3:00 pm UTC (8:00 am PDT) workflow_dispatch: # Allows manual triggering jobs: