mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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:
committed by
github-actions[bot]
parent
0ee3848fea
commit
19d5d69dc9
1
.github/workflows/eval.yml
vendored
1
.github/workflows/eval.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user