Skip to content

Commit

Permalink
Made the Github Action script run every day at 8am (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski authored Oct 29, 2019
1 parent 431faf2 commit 46baa9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-on-laravel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Run tests on Laravel'

on:
schedule:
- cron: '0 8 * * *'
pull_request:
branches:
- master
Expand Down

0 comments on commit 46baa9c

Please sign in to comment.