From 1ec5690277b99c0f314e62c7e28dcc6074507706 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Tue, 5 Mar 2024 17:08:11 +0530 Subject: [PATCH] Turn-off CRDA workflows temporarily Signed-off-by: divyansh42 --- .github/workflows/security_scan.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index 5277e93..51eb2c1 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -1,11 +1,11 @@ name: Vulnerability Scan with CRDA on: - push: + # push: workflow_dispatch: - pull_request_target: - types: [ assigned, opened, synchronize, reopened, labeled, edited ] - schedule: - - cron: '0 0 * * *' # every day at midnight + # pull_request_target: + # types: [ assigned, opened, synchronize, reopened, labeled, edited ] + # schedule: + # - cron: '0 0 * * *' # every day at midnight jobs: crda-scan: