Skip to content

Commit

Permalink
fix: add external services to workflows (#1058)
Browse files Browse the repository at this point in the history
* add externalService to the build of registration, marketplace and services service
---------------------
Refs: #1056
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Oct 7, 2024
1 parent e4f1201 commit 246e487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/marketplace-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
# service and transitive paths
- 'src/marketplace/Apps.Service/**'
- 'src/marketplace/Offers.Library/**'
- 'src/externalsystems/**'
- 'src/framework/**'
- 'src/keycloak/**'
- 'src/mailing/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/registration-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
paths:
# service and transitive paths
- 'src/framework/**'
- 'src/externalsystems/**'
- 'src/registration/**'
- 'src/keycloak/**'
- 'src/mailing/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/services-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
paths:
# service and transitive paths
- 'src/externalsystems/**'
- 'src/framework/**'
- 'src/marketplace/Services.Service/**'
- 'src/marketplace/Offers.Library/**'
Expand Down

0 comments on commit 246e487

Please sign in to comment.