Skip to content

Commit 46baa9c

Browse files
authored
Made the Github Action script run every day at 8am (#34)
1 parent 431faf2 commit 46baa9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-tests-on-laravel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 'Run tests on Laravel'
22

33
on:
4+
schedule:
5+
- cron: '0 8 * * *'
46
pull_request:
57
branches:
68
- master

0 commit comments

Comments
 (0)