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 : Azure Template Validation
22on :
3- workflow_dispatch :
3+ workflow_dispatch :
44
55permissions :
66 contents : read
Original file line number Diff line number Diff line change @@ -14,9 +14,17 @@ name: "CodeQL"
1414on :
1515 push :
1616 branches : [ "main" ]
17+ paths :
18+ - ' src/**'
19+ - ' infra/scripts/**'
20+ - ' .github/workflows/codeql.yml'
1721 pull_request :
1822 # The branches below must be a subset of the branches above
1923 branches : [ "main" ]
24+ paths :
25+ - ' src/**'
26+ - ' infra/scripts/**'
27+ - ' .github/workflows/codeql.yml'
2028 schedule :
2129 - cron : ' 17 11 * * 0'
2230
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - main
7+ paths :
8+ - ' src/**'
9+ - ' infra/**'
10+ - ' azure.yaml'
11+ - ' .github/workflows/deploy.yml'
712 workflow_run :
813 workflows : ["Build Docker and Optional Push - Agentic Applications for Unified Data Foundation"]
914 types :
Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' src/App/**'
11+ - ' src/api/**'
12+ - ' .github/workflows/docker-build.yml'
913 pull_request :
1014 types :
1115 - opened
1620 - main
1721 - dev
1822 - demo
23+ paths :
24+ - ' src/App/**'
25+ - ' src/api/**'
26+ - ' .github/workflows/docker-build.yml'
1927 workflow_dispatch :
2028
2129jobs :
5967 else
6068 echo "tagname=default" >> $GITHUB_OUTPUT
6169
62- fi
70+ fi
6371 - name : Build and Push Docker Image for WebApp
6472 uses : docker/build-push-action@v6
6573 with :
Original file line number Diff line number Diff line change 11name : PyLint
22
3- on : [push]
3+ on :
4+ push :
5+ paths :
6+ - ' src/api/python/**'
7+ - ' infra/scripts/**/*.py'
8+ - ' .github/workflows/pylint.yml'
9+ - ' .flake8'
410
511jobs :
612 build :
You can’t perform that action at this time.
0 commit comments