Skip to content

Commit 00401c4

Browse files
add cron for e2e tests, twice a day (#162)
1 parent 1e063f2 commit 00401c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-versions.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
pull_request:
1010
paths-ignore:
1111
- '**.md'
12-
12+
schedule:
13+
- cron: '0 */12 * * *'
1314
jobs:
1415
setup-java-major-versions:
1516
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}

0 commit comments

Comments
 (0)