Remove PHP-specific automation (#59)

Remove PHP-specific automation. Central automation will be used going forward
This commit is contained in:
Wouter Boereboom
2024-01-26 14:11:35 +01:00
committed by GitHub
parent 7de9a40362
commit 444c1a4e46

View File

@@ -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