workflows/eval: run misc job with same merge commit

This was an oversight when we introduced the ability for
`get-merge-commit` to take the pre-computed sha as input.

(cherry picked from commit f5c5bc25ea)
This commit is contained in:
Wolfgang Walther
2025-08-17 20:23:55 +02:00
committed by github-actions[bot]
parent 0ee3848fea
commit 19d5d69dc9

View File

@@ -378,6 +378,7 @@ jobs:
- name: Check if the PR can be merged and checkout the merge commit
uses: ./.github/actions/get-merge-commit
with:
mergedSha: ${{ inputs.mergedSha }}
merged-as-untrusted: true
- name: Install Nix