From 01b8b2d83bbae02f42a8ed0c5dedf7663ced8e8a Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 16 Dec 2023 23:03:41 +0100 Subject: [PATCH] Try github workflow --- .github/workflows/cmake-win64.yml | 6 +++--- .github/workflows/cmake.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml index 94012918d8..920928eb16 100644 --- a/.github/workflows/cmake-win64.yml +++ b/.github/workflows/cmake-win64.yml @@ -2,9 +2,9 @@ # Build Tesseract on Windows using cmake. No Training Tools. name: cmake-win64 on: - #push: - schedule: - - cron: 0 23 * * * + push: + branches: + - "phymbert/features/cmake-unittest-target-test-github-workflow" workflow_dispatch: env: diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fe56ff5b1b..284b62bf2d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: cmake # cmake build of tesseract and training tools on ubuntu and macOS homebrew using Ninja. # test command line version of tesseract. run basicapitest. on: - #push: - schedule: - - cron: 0 21 * * * + push: + branches: + - "phymbert/features/cmake-unittest-target-test-github-workflow" jobs: basictests: