un-schedule main e2e-versions.yml

to schedule the file in branch: gha
This commit is contained in:
christian 2024-12-12 12:33:48 +01:00 committed by GitHub
parent 7136edc5e8
commit 9506e90747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: