From 7bba1311a195b2212283f06cb35c4631467190dc Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sat, 25 May 2024 21:15:59 -0700 Subject: [PATCH] Add missing `needs` field to `powerset_clippy` workflow step --- .github/workflows/feature_powerset.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature_powerset.yml b/.github/workflows/feature_powerset.yml index 7d4649c0..03c41d0f 100644 --- a/.github/workflows/feature_powerset.yml +++ b/.github/workflows/feature_powerset.yml @@ -82,6 +82,7 @@ jobs: powerset_clippy: name: Powerset Clippy + needs: check_trigger if: ${{ needs.check_trigger.outputs.should_run1 == 'true' || needs.check_trigger.outputs.should_run2 == 'true' || github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest steps: