Remove Java-specific automation (#57)

Remove Java-specific automation. Central automation will be used going forward
This commit is contained in:
Wouter Boereboom
2024-01-26 14:12:49 +01:00
committed by GitHub
parent 770d26c1eb
commit 9207efecb5

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: Java
run: |
gh workflow run models.yml -R Adyen/adyen-java-api-library
gh workflow run services.yml -R Adyen/adyen-java-api-library
- name: .NET
run: |
gh workflow run models.yml -R Adyen/adyen-dotnet-api-library