diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cebd601c4..70578f97a 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:00 AM UTC (Tutorial tests initiated at 2:00AM) + - cron: '0 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 344195a6b..db3c861f7 100644 --- a/.github/workflows/oscar.yml +++ b/.github/workflows/oscar.yml @@ -7,6 +7,9 @@ on: pull_request: branches: - master + schedule: + # Every day at 3:00 AM UTC (Tutorial tests initiated at 2:00AM) + - cron: '0 3 * * *' concurrency: # group by workflow and ref; the last slightly strange component ensures that for pull