diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6260f5ccb..7e2bbdafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + schedule: + - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT permissions: contents: read