From 812a44f4c9eb665c6f6dfacfc9a7ce1838e81b7a Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Tue, 9 Jul 2024 17:42:52 +0000 Subject: [PATCH] fix(actions): remove conditional from evaluate --- .github/workflows/compliance.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compliance.yaml b/.github/workflows/compliance.yaml index ecb317bf1..111b3ff36 100644 --- a/.github/workflows/compliance.yaml +++ b/.github/workflows/compliance.yaml @@ -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