Skip to content

Commit d1a42db

Browse files
authored
chore: disable scheduled npm update job
Comment out the scheduled cron job for npm updates.
1 parent c566b81 commit d1a42db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
required: false
77
default: false
88
type: boolean
9-
schedule:
10-
- cron: '0 2 * * *'
9+
# schedule:
10+
# - cron: '0 2 * * *'
1111

1212
jobs:
1313
Npm-Update:

0 commit comments

Comments
 (0)