From da88f1614a003c8438f19f7bbc2835cf6573e068 Mon Sep 17 00:00:00 2001 From: Viktor Yudov Date: Sat, 3 Aug 2024 05:44:04 +0300 Subject: [PATCH] disable npm-update-bot.yml --- .github/workflows/npm-update-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index ab619924..793c60b0 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -3,8 +3,8 @@ name: NPM Update Bot 🤖 on: push: branches: [ "master" ] - schedule: - - cron: "0 0 * * 1" + # schedule: + # - cron: "0 0 * * 1" jobs: npmupbot: