Skip to content

Commit

Permalink
Merge pull request #80 from simatic-ax/bot/manual-update-global-workf…
Browse files Browse the repository at this point in the history
…low-main-pnpqzj

ci: distribute workflows for libraries
  • Loading branch information
sjuergen authored Oct 25, 2023
2 parents 433af6d + cad3cc4 commit 5918297
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
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
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
with:
LOGIN_SIMATIC_AX: true
LOGIN_SIMATIC_AX: true

0 comments on commit 5918297

Please sign in to comment.