diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72da8c44e..6681b69f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,8 @@ on: release: types: [published] schedule: - cron: '0 0 * * *' # Run every day at midnight + # Run every day at midnight + - cron: '0 0 * * *' jobs: test-js: