Skip to content

Commit

Permalink
Add missing needs field to powerset_clippy workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 26, 2024
1 parent 23ac2f2 commit 7bba131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/feature_powerset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7bba131

Please sign in to comment.