Skip to content

Commit d26cb58

Browse files
committed
[CHECK] check for oss vulnerabilites - 2
1 parent d65f984 commit d26cb58

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/security-check.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Security Check
22

3-
on:
4-
push:
5-
branches: [ main, master ]
6-
pull_request:
7-
branches: [ main, master ]
8-
schedule:
9-
# Run weekly on Sundays at 2 AM UTC
10-
- cron: '0 2 * * 0'
11-
workflow_dispatch:
3+
on: [push, pull_request]
124

135
jobs:
146
security-audit:

0 commit comments

Comments
 (0)