From b6ab509e9b6607cfe3f023c3d2c8fb4dd36758c9 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 6 Dec 2024 14:32:02 +0100 Subject: [PATCH] Reduce the impact of testing. --- .github/workflows/test-plugins.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-plugins.yml b/.github/workflows/test-plugins.yml index 1de7690..7e90720 100644 --- a/.github/workflows/test-plugins.yml +++ b/.github/workflows/test-plugins.yml @@ -23,7 +23,8 @@ jobs: - name: Get the list of plugins to test id: plugins run: | #shell - echo matrix='{"plugin":["extended-cpts","query-monitor","user-switching","wp-crontrol"]}' >> "$GITHUB_OUTPUT" + # echo matrix='{"plugin":["extended-cpts","query-monitor","user-switching","wp-crontrol"]}' >> "$GITHUB_OUTPUT" + echo matrix='{"plugin":["extended-cpts"]}' >> "$GITHUB_OUTPUT" - name: Fetch the source PR data uses: actions/github-script@v7