MOBILE-3320 e2e: Schedule tests to run once a day

This commit is contained in:
Noel De Martin 2021-06-09 12:25:57 +02:00
parent 00dcac0b9c
commit 61a2ada64d

View File

@ -1,6 +1,8 @@
name: E2E
on: [push, pull_request]
on:
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
e2e: