Skip to content

Commit

Permalink
refactor: use reusable actions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Aug 24, 2023
1 parent d77869a commit 92412da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

jobs:
services:
uses: ./.github/workflows/build/build-services.yaml
uses: ./.github/workflows/workflow-build-services.yaml
secrets: inherit

apps:
uses: ./.github/workflows/build/build-apps.yaml
uses: ./.github/workflows/workflow-build-apps.yaml
secrets: inherit
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,3 @@ gradle-app.setting
/docs/node/

digiwf-schema-registry/digiwf-schema-registry-client/.openapi-generator-ignore

# Allow build folder for github actions
!.github/workflows/build

0 comments on commit 92412da

Please sign in to comment.