We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431faf2 commit 46baa9cCopy full SHA for 46baa9c
1 file changed
.github/workflows/run-tests-on-laravel.yml
@@ -1,6 +1,8 @@
1
name: 'Run tests on Laravel'
2
3
on:
4
+ schedule:
5
+ - cron: '0 8 * * *'
6
pull_request:
7
branches:
8
- master
0 commit comments