From cad3cc41b224841c90c1d03f7a71f109f1d71e95 Mon Sep 17 00:00:00 2001 From: simatic-ax-bot Date: Wed, 25 Oct 2023 20:59:43 +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