From 69d6c14d6a221b155b354d009ea4ee906d504635 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 18 Nov 2024 16:03:46 +0100 Subject: [PATCH] ci: remove test exclusion options from workflow Removing the explicit test exclusion options from the workflow allows the code from the PR to control which tests are run or not (without having to change the workflow). --- .github/workflows/build-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml index 42c12bd249f..5c9b826bc03 100644 --- a/.github/workflows/build-workflow.yml +++ b/.github/workflows/build-workflow.yml @@ -239,7 +239,6 @@ jobs: invoke test \ --processes "${{ inputs.processes || '' }}" \ --include "${{ inputs.include || '' }}" \ - --exclude "test:on_demand OR theme:benchmarks" \ --outputdir output - name: Upload test results