From e3c1a6bffd9cdd03671c512d9a963ac4a404a8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Mon, 22 Jan 2024 16:58:19 +0100 Subject: [PATCH 1/2] build workflow removed --- .github/workflows/release-library.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-library.yml b/.github/workflows/release-library.yml index af6befe..0338480 100644 --- a/.github/workflows/release-library.yml +++ b/.github/workflows/release-library.yml @@ -14,3 +14,4 @@ jobs: with: VERSION: ${{ github.ref_name }} + RUN_BUILD: false \ No newline at end of file From 61540127e8c809f898f3cdb33c715256aa0b4482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Mon, 22 Jan 2024 16:58:30 +0100 Subject: [PATCH 2/2] build workflow removed --- .github/workflows/build-library.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/build-library.yml diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml deleted file mode 100644 index 51fa2e2..0000000 --- a/.github/workflows/build-library.yml +++ /dev/null @@ -1,10 +0,0 @@ -on: push - -jobs: - test-apax-lib: - uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable - secrets: - APAX_TOKEN: ${{ secrets.APAX_TOKEN }} - SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }} - with: - LOGIN_SIMATIC_AX: true \ No newline at end of file