From 0bfc5833bd442b50eef1e63a71617ea791a8572d Mon Sep 17 00:00:00 2001 From: Etienne Laurent Date: Tue, 26 Sep 2023 11:20:35 +0200 Subject: [PATCH] comment schedule for now --- .github/workflows/outdated-dependencies.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/outdated-dependencies.yml b/.github/workflows/outdated-dependencies.yml index 37b48bec76..00978b364d 100644 --- a/.github/workflows/outdated-dependencies.yml +++ b/.github/workflows/outdated-dependencies.yml @@ -1,8 +1,9 @@ name: Check outdated dependencies on: - schedule: - # Runs Mon-Fri at 0:00 UTC ( 00:00 EST ) - - cron: "0 0 * * 1-5" + # TODO: uncomment schedule + # schedule: + # # Runs Mon-Fri at 0:00 UTC ( 00:00 EST ) + # - cron: "0 0 * * 1-5" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: