Skip to content

Commit

Permalink
Added scheduled cron in npm_audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalDR authored Jan 8, 2025
1 parent 9a2e2d2 commit 02cfbb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: NPM audit scan

on: [push, pull_request]
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
schedule:
- cron: '0 9 * * 1'

jobs:
Run:
Expand Down

0 comments on commit 02cfbb5

Please sign in to comment.