Remove Dotnet-specific automation (#55)

Remove Dotnet-specific automation. Central automation will be used going forward

Co-authored-by: jillingk <93914435+jillingk@users.noreply.github.com>
This commit is contained in:
Wouter Boereboom
2024-01-26 14:13:59 +01:00
committed by GitHub
parent 3ec1a2e07d
commit b00c236904

View File

@@ -15,10 +15,6 @@ jobs:
run: |
gh workflow run models.yml -R Adyen/adyen-node-api-library
gh workflow run services.yml -R Adyen/adyen-node-api-library
- name: .NET
run: |
gh workflow run models.yml -R Adyen/adyen-dotnet-api-library
gh workflow run services.yml -R Adyen/adyen-dotnet-api-library
- name: Ruby
run: gh workflow run services.yml -R Adyen/adyen-ruby-api-library
- name: SDK Automation