From 9506e9074780e0977d8c9a0f7f429583418e5847 Mon Sep 17 00:00:00 2001 From: christian <153755613+skateball@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:33:48 +0100 Subject: [PATCH] un-schedule main e2e-versions.yml to schedule the file in branch: gha --- .github/workflows/e2e-versions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index d80b1c07..03a10888 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -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: