workflows/eval: remove non-required "needs: attrs"

The eval-aliases job is independent of attrs already.
This commit is contained in:
Wolfgang Walther
2025-01-10 18:36:18 +01:00
parent 88afad8833
commit 94c4c7bd3b
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
eval-aliases:
name: Eval nixpkgs with aliases enabled
runs-on: ubuntu-24.04
needs: [ attrs, get-merge-commit ]
needs: [ get-merge-commit ]
steps:
- name: Check out the PR at the test merge commit
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2