From 2a94a508b2b0ae58275945ad0b83c89b52818227 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:33:22 +0000 Subject: [PATCH] meta: make Dependency Review not fail Dependency Review action can be only run on pull requests, as it requires base_ref/head_ref configuration options, which are only available on `pull_request` and `pull_request_target` triggers. More info: https://docs.github.com/en/actions/learn-github-actions/contexts Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com> --- .github/workflows/dependency-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d25f5738..f993d801 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,9 +10,6 @@ name: Dependency Review on: pull_request: - schedule: - - cron: '0 0,12 * * *' - workflow_dispatch: permissions: contents: read