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.
This commit is contained in:
Wolfgang Walther
2025-08-20 15:16:11 +02:00
parent 16e0775276
commit f5c5bc25ea
+1
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