From 8eca79e60c85c60cb303e0eba4aeea571bfeb5f7 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 2 Oct 2024 13:01:10 +0200 Subject: [PATCH 1/2] Allow manually dispatching tests --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1044b79..bf67592 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,6 +1,7 @@ name: Testing on: + workflow_dispatch: pull_request: push: branches: From af0ece99db73b429e1ff79037362608c40df5ede Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 2 Oct 2024 13:01:15 +0200 Subject: [PATCH 2/2] Do not create a composer lock file --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1636801..913df36 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "johnpbloch/wordpress-core-installer": true - } + }, + "lock": false }, "scripts": { "lint": "run-linter-tests",