diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ae016dbbf2..09f8fc7fa7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: pull_request: schedule: - - cron: '40 13 * * *' + - cron: '40 * * * *' concurrency: group: ci-${{ github.repository }}