From 758a5727dcb6c3b009cd788265b969c93f3a8694 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 31 Aug 2021 11:33:58 +0200 Subject: [PATCH] fix: disable the package watcher for now - I used the wrong date value, will update in a further PR --- .github/workflows/package-watcher.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index aaeb9b483..f448173c2 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -1,10 +1,11 @@ name: Package Version Checker on: - schedule: - # * is a special character in YAML so you have to quote this string - # At minute 0 for each hour from 8:00 to 22:00 inclusive from Monday to Friday inclusive - - cron: '0 8-22 * * 1-5' + # schedule: + # # * is a special character in YAML so you have to quote this string + # # At minute 0 for each hour from 8:00 to 22:00 inclusive from Monday to Friday inclusive + # - cron: '0 8-22 * * 1-5' + workflow_dispatch: jobs: check_and_notify_build: