From 46400315ebd043956023289172fdf80ec8cb8d29 Mon Sep 17 00:00:00 2001 From: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:17:02 +0100 Subject: [PATCH] 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> --- .github/workflows/notify.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index bc761bc1..96c7b575 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -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