Skip to content

Commit

Permalink
Update _scheduled_test.yml
Browse files Browse the repository at this point in the history
change scheduled time from 13:00GMT to 8:00GMT so results are available by 6AM ET
  • Loading branch information
mattf authored Aug 7, 2024
1 parent 466bf47 commit af781f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: langchain-nvidia Scheduled tests
on:
workflow_dispatch:
schedule:
- cron: '0 13 * * *'
- cron: '0 8 * * *'

env:
POETRY_VERSION: "1.7.1"
Expand Down

0 comments on commit af781f9

Please sign in to comment.