Skip to content

Commit

Permalink
Merge pull request #9075 from LedgerHQ/support/ok-external-on-merge-g…
Browse files Browse the repository at this point in the history
…roup

Run build-and-test-external on merge group
  • Loading branch information
angusbayley authored Jan 31, 2025
2 parents 8fe61c7 + db83ee2 commit c5fe276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-external.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Test External
on:
pull_request:
merge_group:
types: [checks_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }}
Expand Down

0 comments on commit c5fe276

Please sign in to comment.