From 94c4c7bd3b886b7dcd408d01f60ad9964c6ef62b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 5 Jan 2025 15:49:40 +0100 Subject: [PATCH] workflows/eval: remove non-required "needs: attrs" The eval-aliases job is independent of attrs already. --- .github/workflows/eval.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 152a1b5d3468..38024c448712 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -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