diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cd329ed91..76a2ec148 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,6 +7,9 @@ on: - 'release-*' tags: '*' pull_request: + schedule: + # Every day at 3:08 AM UTC + - cron: '8 3 * * *' concurrency: # group by workflow and ref; the last slightly strange component ensures that for pull diff --git a/.github/workflows/oscar.yml b/.github/workflows/oscar.yml index f21b45dba..f7c867149 100644 --- a/.github/workflows/oscar.yml +++ b/.github/workflows/oscar.yml @@ -7,6 +7,9 @@ on: push: branches: - master + schedule: + # Every day at 3:08 AM UTC (Tutorial tests initiated at 2:00AM) + - cron: '8 3 * * *' workflow_dispatch: concurrency: