From a2464d38c3ee3250d7e6f1b39edb3ac1191ff0d0 Mon Sep 17 00:00:00 2001
From: simatic-ax-bot <noreply@github.com>
Date: Wed, 25 Oct 2023 20:59:21 +0000
Subject: [PATCH] ci: distribute workflows for libraries

---
 .github/workflows/build-library.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml
index 999175e..39f41ed 100644
--- a/.github/workflows/build-library.yml
+++ b/.github/workflows/build-library.yml
@@ -1,15 +1,6 @@
 on: push
 
 jobs:
-  build-apax-lib:
-    uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable
-    secrets:
-      APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
-      SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
-    with:
-      ACTIONS_REF: stable
-      LOGIN_SIMATIC_AX: true
-
   test-apax-lib:
     needs: build-apax-lib
     uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
@@ -17,4 +8,4 @@ jobs:
       APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
       SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
     with:
-      LOGIN_SIMATIC_AX: true
+      LOGIN_SIMATIC_AX: true
\ No newline at end of file