add cron for e2e tests, twice a day (#162)
This commit is contained in:
parent
1e063f2878
commit
00401c4488
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue