Compare commits

..

No commits in common. "744367cfdc785c9f2e2934ea787536bfb8b8c224" and "3873ac9aee24eab840a007b4c6ed626e9c89557a" have entirely different histories.

View File

@ -3,7 +3,6 @@ name: Validate Java e2e
on: on:
push: push:
branches: branches:
- main
- releases/* - releases/*
paths-ignore: paths-ignore:
- '**.md' - '**.md'
@ -11,7 +10,7 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
schedule: schedule:
- cron: '0 */12 * * *' - cron: '0 */12 * * 1'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
setup-java-major-versions: setup-java-major-versions: