We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e063f2 commit 00401c4Copy full SHA for 00401c4
1 file changed
.github/workflows/e2e-versions.yml
@@ -9,7 +9,8 @@ on:
9
pull_request:
10
paths-ignore:
11
- '**.md'
12
-
+ schedule:
13
+ - cron: '0 */12 * * *'
14
jobs:
15
setup-java-major-versions:
16
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
0 commit comments