Skip to content

Commit

Permalink
ci: setup python apps build
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 30, 2024
1 parent fc555ac commit 4d5c5a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@ concurrency:
jobs:
build-onyx:
uses: ./.github/workflows/build-onyx.yml
secrets: inherit

build-typescript-apps:
uses: ./.github/workflows/build-typescript-apps.yml
secrets: inherit

build-python-apps:
uses: ./.github/workflows/build-python-apps.yml
secrets: inherit

build-backend:
uses: ./.github/workflows/build-backend.yml
secrets: inherit

build-backend-docker-image:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -39,3 +43,4 @@ jobs:
- build-typescript-apps
- build-backend
uses: ./.github/workflows/build-backend-docker-image.yml
secrets: inherit

0 comments on commit 4d5c5a6

Please sign in to comment.