Skip to content

Commit

Permalink
Run relevant jobs daily at 3:00AM UTC (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround authored Sep 16, 2024
1 parent 11c22b7 commit 91cb5d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91cb5d4

Please sign in to comment.