3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Run tests daily.

This commit is contained in:
paul121 2021-01-29 17:02:05 -08:00 committed by Michael Stenta
parent c3b07b3135
commit f4b778a4b0

View file

@ -1,5 +1,7 @@
name: Run 2.x PHPUnit tests
on:
schedule:
- cron: '0 8 * * *' # Run at 8AM UTC.
push:
branches:
- '2.x'