revert cron in e2e-versions

This commit is contained in:
skateball 2025-02-13 12:52:36 +01:00
parent 3873ac9aee
commit 85f42bb787

View file

@ -10,7 +10,7 @@ on:
paths-ignore:
- '**.md'
schedule:
- cron: '0 */12 * * 1'
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
setup-java-major-versions: