Skip to content

Commit 265785b

Browse files
committed
Increase unit test schedule time
1 parent 5c8f23c commit 265785b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/UnitTests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
branches: [ "main" ]
2424
workflow_dispatch:
2525
schedule:
26-
# Run the job every 60 mins
27-
- cron: '*/60 * * * *'
26+
# Run the job every 2 hours
27+
- cron: '*/120 * * * *'
2828

2929
jobs:
3030
# IF YOU MODIFY THIS, YOU SHOULD ALSO ADD CORRESPONDING MODICATIONS TO 'gpu' job

0 commit comments

Comments
 (0)