diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da7b8f8f..4c547546 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: tags: [ "**" ] pull_request: branches: [ "**" ] + schedule: + # Daily at 05:47 + - cron: '47 5 * * *' concurrency: group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}