From 286476d7283bb63048ddae068571c04b6a40284e Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 10 Mar 2023 02:35:21 +0530 Subject: [PATCH] Set dependency-review to only check PRs --- .github/workflows/dependency-review.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3c31efd..6a26cd5 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,11 +1,5 @@ name: Dependency review -on: - push: - branches: master - pull_request: - workflow_dispatch: - schedule: - - cron: 45 15 * * 5 +on: pull_request permissions: contents: read