scheduling the sanity tests to run nightly instead of via push

This commit is contained in:
Adam Brown 2021-11-08 15:11:25 +00:00
parent 3add33eb0d
commit 48ebb8e416

View file

@ -1,9 +1,9 @@
name: Sanity Test
on:
pull_request: { }
push:
branches: [ main, develop ]
schedule:
# At 20:00 every day UTC
- cron: '0 20 * * *'
# Enrich gradle.properties for CI/CD
env:
@ -21,6 +21,8 @@ jobs:
api-level: [28]
steps:
- uses: actions/checkout@v2
with:
ref: develop
- name: Set up Python 3.8
uses: actions/setup-python@v2
with: