Skip to content

Commit 1ec5690

Browse files
committed
Turn-off CRDA workflows temporarily
Signed-off-by: divyansh42 <[email protected]>
1 parent c79846f commit 1ec5690

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/security_scan.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Vulnerability Scan with CRDA
22
on:
3-
push:
3+
# push:
44
workflow_dispatch:
5-
pull_request_target:
6-
types: [ assigned, opened, synchronize, reopened, labeled, edited ]
7-
schedule:
8-
- cron: '0 0 * * *' # every day at midnight
5+
# pull_request_target:
6+
# types: [ assigned, opened, synchronize, reopened, labeled, edited ]
7+
# schedule:
8+
# - cron: '0 0 * * *' # every day at midnight
99

1010
jobs:
1111
crda-scan:

0 commit comments

Comments
 (0)