From 6fb58021f3b92d49a2973eb1716d389560e411db Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 27 Jan 2025 16:46:23 +0000 Subject: [PATCH] Update deep-source.yml (#169) Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com> --- .github/workflows/deep-source.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index 5adfd6e..c51cbca 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -6,8 +6,6 @@ on: - main pull_request: types: [opened, synchronize, reopened] - pull_request_target: - types: [opened, synchronize, reopened] jobs: DeepSource: @@ -31,9 +29,6 @@ jobs: ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository - ) || ( - github.event_name == 'pull_request_target' && - github.event.pull_request.head.repo.full_name != github.repository ) || ( github.event_name == 'workflow_dispatch' )