From 8b95b972dc5964ee68fdf68ac78a01455cf36053 Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Thu, 21 Sep 2023 14:17:21 +0200 Subject: [PATCH] on: pull_request_target --- .github/workflows/pip-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pip-requirements.yml b/.github/workflows/pip-requirements.yml index 8141947e61..0c12543ece 100644 --- a/.github/workflows/pip-requirements.yml +++ b/.github/workflows/pip-requirements.yml @@ -2,8 +2,8 @@ name: Validate pip requirements-fixed.txt # push: on: - pull_request: - # pull_request_target: + # pull_request: + pull_request_target: # paths: # - 'scripts/requirements-ci.txt' # types: [opened, synchronize, reopened, ready_for_review, edited]