Remove Node-specific automation (#53)

Remove Node-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:17:02 +01:00
committed by GitHub
parent 1105b0f3b3
commit 46400315eb

View File

@@ -11,10 +11,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
steps:
- name: Node.js
run: |
gh workflow run models.yml -R Adyen/adyen-node-api-library
gh workflow run services.yml -R Adyen/adyen-node-api-library
- name: SDK Automation
run: gh workflow run gradle.yml -R Adyen/adyen-sdk-automation
- name: Postman