Skip to content

Commit

Permalink
workflows/eval: Minor fixes, ensure the correct commit is checked out (
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 21, 2024
2 parents eb2872e + bb19bea commit 67d43ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Add this to _all_ subsequent steps to skip them
if: steps.merged.outputs.mergedSha
with:
ref: ${{ env.mergedSha }}
ref: ${{ steps.merged.outputs.mergedSha }}
path: nixpkgs

- name: Install Nix
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
process:
name: Process
runs-on: ubuntu-latest
needs: outpaths
needs: [ outpaths, attrs ]
steps:
- name: Download output paths and eval stats for all systems
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand Down
2 changes: 1 addition & 1 deletion ci/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Processing of this file is implemented in workflows/codeowners-v2.yml

# CI
/.github/workflows @NixOS/Security @Mic92 @zowoq
/.github/workflows @NixOS/Security @Mic92 @zowoq @infinisil
/.github/workflows/check-nix-format.yml @infinisil
/.github/workflows/nixpkgs-vet.yml @infinisil @philiptaron
/.github/workflows/codeowners-v2.yml @infinisil
Expand Down

0 comments on commit 67d43ef

Please sign in to comment.