Skip to content

Commit

Permalink
GHA: add .config compare to PRs
Browse files Browse the repository at this point in the history
restore comparison of .config files

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Feb 5, 2025
1 parent 5bfd8f5 commit 4eedffa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
nrf_revision: ${{needs.Run_Configuration.outputs.NRF_revision}}
boards_to_test: ${{needs.discover_target_boards.outputs.targets}}

compare_configs:
needs: [build_samples]
uses: ./.github/workflows/compare_config.yml
with:
current_run_id: ${{github.run_id}}
base_commit_sha: ${{github.action.pull_request.base_commit_sha}}

build_and_run_tests:
needs: [Run_Configuration, discover_target_boards]
uses: ./.github/workflows/run_tests.yml
Expand Down

0 comments on commit 4eedffa

Please sign in to comment.