From cfef0bec1600a92231ca007307f9d238ee374da5 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Thu, 6 Jun 2024 18:46:23 +0200 Subject: [PATCH] ci: don't run the suite on schedule the suite is failing due to jakarta pr changes - not known if intended --- .github/workflows/maven-core-cm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-core-cm.yml b/.github/workflows/maven-core-cm.yml index a80dbcc..74d454e 100644 --- a/.github/workflows/maven-core-cm.yml +++ b/.github/workflows/maven-core-cm.yml @@ -8,8 +8,9 @@ on: branches: [master, main] pull_request: branches: [master, main] - schedule: - - cron: "30 4 * * 5" # catch SNAPSHOT breaking changes + # schedule: + # - cron: "30 4 * * 5" # catch SNAPSHOT breaking changes + workflow_dispatch: jobs: build: