Skip to content

Commit

Permalink
temp: target local determine-affected
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Nov 1, 2024
1 parent 417165d commit fdd6822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
determine-affected:
name: "Turbo Affected"
if: ${{!github.event.pull_request.head.repo.fork }}
uses: LedgerHQ/ledger-live/.github/workflows/turbo-affected-reusable.yml@develop
uses: ./.github/workflows/turbo-affected-reusable.yml
with:
head_branch: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}
base_branch: ${{ github.event.pull_request.base.ref || github.event.merge_group.base_ref }}
Expand Down

0 comments on commit fdd6822

Please sign in to comment.