add cron for e2e tests, twice a day (#162)

This commit is contained in:
Dmitry Shibanov 2021-04-12 11:08:05 +03:00 committed by GitHub
parent 1e063f2878
commit 00401c4488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ on:
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: '0 */12 * * *'
jobs:
setup-java-major-versions:
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}