Skip to content

Commit

Permalink
Merge pull request #7932 from LedgerHQ/fix/external-pr
Browse files Browse the repository at this point in the history
fix: external contribution conditions to run
  • Loading branch information
KVNLS authored Sep 27, 2024
2 parents 6cf1258 + 5592b93 commit fb747cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fb747cd

Please sign in to comment.