diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index b7d7fccab1..6d09154462 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -9,6 +9,8 @@ on: branches: - main - fix/* + schedule: + - cron: '0 2 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.sha }}-${{ github.base_ref || '' }}