From 444c1a4e464accc6e32083ccbfd07750fa8fab54 Mon Sep 17 00:00:00 2001 From: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:11:35 +0100 Subject: [PATCH] Remove PHP-specific automation (#59) Remove PHP-specific automation. Central automation will be used going forward --- .github/workflows/notify.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 3dd511a6..5795aa5a 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -25,10 +25,6 @@ jobs: gh workflow run services.yml -R Adyen/adyen-dotnet-api-library - name: Go run: gh workflow run models.yml -R Adyen/adyen-go-api-library - - name: PHP models and services - run: | - gh workflow run models.yml -R Adyen/adyen-php-api-library - gh workflow run services.yml -R Adyen/adyen-php-api-library - name: Python run: gh workflow run services.yml -R Adyen/adyen-python-api-library - name: Ruby