scheduling the sanity tests to run nightly instead of via push
This commit is contained in:
parent
3add33eb0d
commit
48ebb8e416
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue