Skip to content

Commit

Permalink
πŸ’š (ci) [NO-ISSUE]: Fix condition in pull_request.yml (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Nov 19, 2024
2 parents 0c6aa9c + 541edcf commit 49693db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
checks:
name: Run health check and unit tests
needs: [danger]
runs-on: ${{ github.event.pull_request.head.repo.fork == 'true' && 'ubuntu-latest' || 'ledgerhq-device-sdk' }}
runs-on: ${{ !github.event.pull_request.head.repo.fork && 'ledgerhq-device-sdk' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 49693db

Please sign in to comment.