From 131546b2fe4cc46c28ec1d3962b6cde3c952a1e4 Mon Sep 17 00:00:00 2001 From: shumengya Date: Sun, 21 Jun 2026 19:50:04 +0800 Subject: [PATCH] chore: remove npm audit scheduled cron trigger Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/npm-audit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 021b81ca..60ac2c08 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -1,8 +1,6 @@ name: npm audit on: - schedule: - - cron: '37 7 * * *' workflow_dispatch: permissions: