Browse Source

disable npm-update-bot.yml

pull/1239/head
Viktor Yudov 2 years ago
parent
commit
da88f1614a
  1. 4
      .github/workflows/npm-update-bot.yml

4
.github/workflows/npm-update-bot.yml

@ -3,8 +3,8 @@ name: NPM Update Bot 🤖
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
schedule: # schedule:
- cron: "0 0 * * 1" # - cron: "0 0 * * 1"
jobs: jobs:
npmupbot: npmupbot:

Loading…
Cancel
Save