File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - dev
88 - demo
99 - hotfix
10+ paths :
11+ - ' src/backend/**'
12+ - ' src/frontend/**'
13+ - ' docker/**'
14+ - ' .github/workflows/build-docker-images.yml'
15+ - ' .github/workflows/build-docker.yml'
1016 pull_request :
1117 branches :
1218 - main
1824 - ready_for_review
1925 - reopened
2026 - synchronize
27+ paths :
28+ - ' src/backend/**'
29+ - ' src/frontend/**'
30+ - ' docker/**'
31+ - ' .github/workflows/build-docker-images.yml'
32+ - ' .github/workflows/build-docker.yml'
2133 merge_group :
2234 workflow_dispatch :
2335
Original file line number Diff line number Diff line change 11name : Deploy-Test-Cleanup Pipeline
22
33on :
4- workflow_run :
5- workflows : ["Build Docker and Optional Push"]
6- types :
7- - completed
8- branches :
9- - main
10- - dev
11- - demo
12- schedule :
13- - cron : ' 0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
14- workflow_dispatch :
4+ push :
5+ branches :
6+ - main
7+ - dev
8+ - demo
9+ paths :
10+ - ' infra/**'
11+ - ' scripts/**'
12+ - ' azure.yaml'
13+ - ' .github/workflows/deploy.yml'
14+ schedule :
15+ - cron : ' 0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
16+ workflow_dispatch :
1517
1618env :
1719 GPT_MIN_CAPACITY : 150
Original file line number Diff line number Diff line change 11name : PyLint
22
3- on : [push]
3+ on :
4+ push :
5+ paths :
6+ - ' **/*.py'
7+ - ' **/requirements.txt'
8+ - ' **/pyproject.toml'
9+ - ' **/.flake8'
10+ - ' .github/workflows/pylint.yml'
11+ pull_request :
12+ paths :
13+ - ' **/*.py'
14+ - ' **/requirements.txt'
15+ - ' **/pyproject.toml'
16+ - ' **/.flake8'
17+ - ' .github/workflows/pylint.yml'
418
519jobs :
620 lint :
Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' src/backend/**/*.py'
11+ - ' src/tests/backend/**'
12+ - ' .github/workflows/test.yml'
13+ - ' src/backend/requirements.txt'
14+ - ' src/backend/pyproject.toml'
915 pull_request :
1016 types :
1117 - opened
1622 - main
1723 - dev
1824 - demo
25+ paths :
26+ - ' src/backend/**/*.py'
27+ - ' src/tests/backend/**'
28+ - ' .github/workflows/test.yml'
29+ - ' src/backend/requirements.txt'
30+ - ' src/backend/pyproject.toml'
1931
2032jobs :
2133# frontend_tests:
You can’t perform that action at this time.
0 commit comments