Skip to content

Commit

Permalink
Fix github workflows typo so tests start at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
jh27539 committed Jan 9, 2024
1 parent f27ee57 commit db61f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_core_functionality_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Nightly Core Functionality Tests

on:
schedule:
# 4am UTC = 12am EDT (Sunday thru Friday)
- cron: '0 4 * * 0-5'
# 5am UTC = 12am EST (Sunday thru Friday)
- cron: '0 5 * * 0-5'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly_regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Weekly Regression Tests

on:
schedule:
# 4am UTC = 12am EDT (Saturday)
- cron: '0 4 * * 6'
# 5am UTC = 12am EST (Saturday)
- cron: '0 5 * * 6'

# Allows you to run this workflow manually from the Actions tab and change the
# testing environment, OSF service, and browser.
Expand Down

0 comments on commit db61f0b

Please sign in to comment.