Skip to content

Commit

Permalink
fix(actions): remove conditional from evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jul 9, 2024
1 parent 4273d86 commit 812a44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:

- name: Evaluate Compliance
id: compliance-evaluation
if: ${{ inputs.package == 'all' && inputs.test_type == 'install' }}
run: uds run test-compliance-evaluate --no-progress

# steps in this action only run when there has been a previous failure - will indicate success thereafter
Expand Down

0 comments on commit 812a44f

Please sign in to comment.