From 72a5ecd0b69881886dc270e1e498c122dc1b08d4 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Tue, 28 Jul 2020 10:34:51 +0800 Subject: [PATCH] Empty workflow --- .github/workflows/c-cpp.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 14973915..1f1a5a66 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,6 +1,10 @@ # Moved to https://github.com/lupyuen/pinetime-lab/blob/master/.github/workflows/main.yml on: - push: - branches: - - never + schedule: + # * is a special character in YAML so you have to quote this string + - cron: '*/88 */88 */88 */88 *' + +jobs: + build: + runs-on: ubuntu-latest