Skip to content

Commit

Permalink
πŸ’š (repo): Trigger PR tests after toolchain update
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Oct 16, 2024
1 parent 2ed024e commit e0b9370
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
types: [opened, synchronize, reopened, edited]
branches-ignore:
- main
workflow_run:
workflows:
- "Update toolchain"
types:
- completed

env:
FORCE_COLOR: "1"
Expand All @@ -24,6 +29,12 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
if: ${{ github.event_name == 'pull_request' }}

- uses: actions/checkout@v4
if: ${{ github.event_name == 'workflow_run' }}
with:
ref: chore/update-toolchain

- uses: LedgerHQ/device-sdk-ts/.github/actions/setup-toolchain-composite@develop

Expand Down

0 comments on commit e0b9370

Please sign in to comment.