From 5592b9347f26c0a9c6eff31f000b185497d93229 Mon Sep 17 00:00:00 2001 From: Kevin Le Seigle Date: Fri, 27 Sep 2024 10:16:36 +0200 Subject: [PATCH] fix: external contribution conditions to run --- .github/workflows/build-and-test-external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-external.yml b/.github/workflows/build-and-test-external.yml index af5ed98ceefc..31e8cd9736fa 100644 --- a/.github/workflows/build-and-test-external.yml +++ b/.github/workflows/build-and-test-external.yml @@ -14,7 +14,7 @@ permissions: jobs: determine-affected: name: "Turbo Affected" - if: ${{contains(needs.determine-affected.outputs.paths, 'ledger-live-desktop') && github.event.pull_request.head.repo.full_name != github.repository }} + if: ${{github.event.pull_request.head.repo.full_name != github.repository }} uses: LedgerHQ/ledger-live/.github/workflows/turbo-affected-reusable.yml@develop with: head_branch: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}