Browse Source
Merge pull request #1593 from borjasanes/fix/filter-workflows-on-pr
filter workflows on pr
pull/1601/head
Miguel Veloso
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with
70 additions and
0 deletions
-
.github/workflows/basket-api.yml
-
.github/workflows/catalog-api.yml
-
.github/workflows/identity-api.yml
-
.github/workflows/mobileshoppingagg.yml
-
.github/workflows/ordering-api.yml
-
.github/workflows/ordering-backgroundtasks.yml
-
.github/workflows/ordering-signalrhub.yml
-
.github/workflows/payment-api.yml
-
.github/workflows/webhooks-api.yml
-
.github/workflows/webhooks-client.yml
-
.github/workflows/webmvc.yml
-
.github/workflows/webshoppingagg.yml
-
.github/workflows/webspa.yml
-
.github/workflows/webstatus.yml
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Basket/* |
|
|
|
- .github/workflows/basket-api.yml |
|
|
|
env: |
|
|
|
SERVICE: basket-api |
|
|
|
IMAGE: basket.api |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Catalog/* |
|
|
|
- .github/workflows/catalog-api.yml |
|
|
|
env: |
|
|
|
SERVICE: catalog-api |
|
|
|
IMAGE: catalog.api |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Identity/* |
|
|
|
- .github/workflows/identity-api.yml |
|
|
|
env: |
|
|
|
SERVICE: identity-api |
|
|
|
IMAGE: identity.api |
|
|
|
|
|
@ -12,6 +12,10 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/ApiGateways/Mobile.Bff.Shopping/aggregator/* |
|
|
|
- .github/workflows/mobileshoppingagg.yml |
|
|
|
env: |
|
|
|
SERVICE: mobileshoppingagg |
|
|
|
IMAGE: mobileshoppingagg |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Ordering/* |
|
|
|
- .github/workflows/ordering-api.yml |
|
|
|
env: |
|
|
|
SERVICE: ordering-api |
|
|
|
IMAGE: ordering.api |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Ordering/* |
|
|
|
- .github/workflows/ordering-backgroundtasks.yml |
|
|
|
env: |
|
|
|
SERVICE: ordering-backgroundtasks |
|
|
|
IMAGE: ordering.backgroundtasks |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Ordering/* |
|
|
|
- .github/workflows/ordering-signalrhub.yml |
|
|
|
env: |
|
|
|
SERVICE: ordering-signalrhub |
|
|
|
IMAGE: ordering.signalrhub |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Payment/* |
|
|
|
- .github/workflows/payment-api.yml |
|
|
|
env: |
|
|
|
SERVICE: payment-api |
|
|
|
IMAGE: payment.api |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Services/Webhooks/* |
|
|
|
- .github/workflows/webhooks-api.yml |
|
|
|
env: |
|
|
|
SERVICE: webhooks-api |
|
|
|
IMAGE: webhooks.api |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Web/WebhookClient/* |
|
|
|
- .github/workflows/webhooks-client.yml |
|
|
|
env: |
|
|
|
SERVICE: webhooks-client |
|
|
|
IMAGE: webhooks.client |
|
|
|
|
|
@ -13,6 +13,12 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
paths: |
|
|
|
|
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Web/WebMVC/* |
|
|
|
- .github/workflows/webmvc.yml |
|
|
|
|
|
|
|
env: |
|
|
|
SERVICE: webmvc |
|
|
|
IMAGE: webmvc |
|
|
|
|
|
@ -12,6 +12,10 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/ApiGateways/Web.Bff.Shopping/aggregator/* |
|
|
|
- .github/workflows/webshoppingagg.yml |
|
|
|
env: |
|
|
|
SERVICE: webshoppingagg |
|
|
|
IMAGE: webshoppingagg |
|
|
|
|
|
@ -13,6 +13,11 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Web/WebSPA/* |
|
|
|
- .github/workflows/webspa.yml |
|
|
|
env: |
|
|
|
SERVICE: webspa |
|
|
|
IMAGE: webspa |
|
|
|
|
|
@ -13,6 +13,12 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- dev |
|
|
|
|
|
|
|
paths: |
|
|
|
- src/BuildingBlocks/* |
|
|
|
- src/Web/WebStatus/* |
|
|
|
- .github/workflows/webstatus.yml |
|
|
|
|
|
|
|
env: |
|
|
|
SERVICE: webstatus |
|
|
|
IMAGE: webstatus |
|
|
|