Compare commits

..

1 Commits

Author SHA1 Message Date
christian
e8cf30016a
Merge 3873ac9aee into 3a4f6e1af5 2025-02-11 20:57:38 +00:00

View File

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