From 367180cbdfa0448fc1ca9136e4adb020658cf4e5 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 21 Feb 2025 04:13:11 -0800 Subject: [PATCH] ci: remove testv5 cmd --- .github/workflows/slash-command-dispatch.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index b86b057..5530711 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -18,12 +18,6 @@ jobs: "repository": "peter-evans/create-pull-request-tests", "named_args": true }, - { - "command": "testv5", - "permission": "admin", - "repository": "peter-evans/create-pull-request-tests", - "named_args": true - }, { "command": "clean", "permission": "admin",