mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
add cron for e2e tests, twice a day (#162)
This commit is contained in:
parent
1e063f2878
commit
00401c4488
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e-versions.yml
vendored
3
.github/workflows/e2e-versions.yml
vendored
|
@ -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 a new issue