File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Validate Deployment v3
22
33on :
4- push :
5- branches :
6- - main
7- - dev-v3
8- - hotfix
9- paths :
10- - ' infra/main.bicep'
11- - ' infra/modules/**/*.bicep'
12- - ' infra/*.parameters.json'
13- - ' infra/scripts/**'
14- - ' .github/workflows/deploy.yml'
15- - ' azure.yaml'
16- - ' azure_custom.yaml'
17- pull_request :
18- types :
19- - opened
20- - ready_for_review
21- - reopened
22- - synchronize
23- branches :
24- - main
25- - dev-v3
26- - hotfix
27- paths :
28- - ' infra/main.bicep'
29- - ' infra/modules/**/*.bicep'
30- - ' infra/*.parameters.json'
31- - ' infra/scripts/**'
32- - ' .github/workflows/deploy.yml'
33- - ' azure.yaml'
34- - ' azure_custom.yaml'
354 workflow_run :
365 workflows : ["Build Docker and Optional Push v3"]
376 types :
@@ -416,4 +385,4 @@ jobs:
416385 if : always()
417386 run : |
418387 az logout
419- echo "Logged out from Azure."
388+ echo "Logged out from Azure."
Original file line number Diff line number Diff line change 1212 - ' src/backend/**'
1313 - ' src/mcp_server/**'
1414 - ' .github/workflows/docker-build-and-push.yml'
15+ - ' infra/main.bicep'
16+ - ' infra/modules/**/*.bicep'
17+ - ' infra/*.parameters.json'
18+ - ' infra/scripts/**'
19+ - ' .github/workflows/deploy.yml'
20+ - ' azure.yaml'
21+ - ' azure_custom.yaml'
1522 pull_request :
1623 types :
1724 - opened
2835 - ' src/backend/**'
2936 - ' src/mcp_server/**'
3037 - ' .github/workflows/docker-build-and-push.yml'
38+ - ' infra/main.bicep'
39+ - ' infra/modules/**/*.bicep'
40+ - ' infra/*.parameters.json'
41+ - ' infra/scripts/**'
42+ - ' .github/workflows/deploy.yml'
43+ - ' azure.yaml'
44+ - ' azure_custom.yaml'
3145 workflow_dispatch :
3246
3347jobs :
Original file line number Diff line number Diff line change 88 - ' src/backend/requirements.txt'
99 - ' .flake8'
1010 - ' .github/workflows/pylint.yml'
11- pull_request :
12- paths :
13- - ' src/backend/**/*.py'
14- - ' src/mcp_server/**/*.py'
15- - ' src/backend/requirements.txt'
16- - ' .flake8'
17- - ' .github/workflows/pylint.yml'
11+
1812
1913jobs :
2014 build :
You can’t perform that action at this time.
0 commit comments