File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' code/**'
11+ - ' !code/tests/**'
12+ - ' docker/**'
13+ - ' package.json'
14+ - ' pyproject.toml'
15+ - ' .github/workflows/build-docker-images.yml'
16+ - ' .github/workflows/build-docker.yml'
917 pull_request :
1018 branches :
1119 - main
1624 - ready_for_review
1725 - reopened
1826 - synchronize
27+ paths :
28+ - ' code/**'
29+ - ' docker/**'
30+ - ' package.json'
31+ - ' pyproject.toml'
32+ - ' .github/workflows/build-docker-images.yml'
33+ - ' .github/workflows/build-docker.yml'
1934 merge_group :
2035 workflow_dispatch :
2136
Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' infra/**'
11+ - ' scripts/**'
12+ - ' azure.yaml'
13+ - ' pyproject.toml'
14+ - ' Makefile'
15+ - ' .github/workflows/ci.yml'
916 schedule :
1017 - cron : ' 0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1118 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,8 +3,20 @@ name: Test Workflow with Coverage
33on :
44 push :
55 branches : [main, dev, demo]
6+ paths :
7+ - ' code/**'
8+ - ' pyproject.toml'
9+ - ' package.json'
10+ - ' pytest.ini'
11+ - ' .github/workflows/tests.yml'
612 pull_request :
713 branches : [main, dev, demo]
14+ paths :
15+ - ' code/**'
16+ - ' pyproject.toml'
17+ - ' package.json'
18+ - ' pytest.ini'
19+ - ' .github/workflows/tests.yml'
820 types :
921 - opened
1022 - ready_for_review
You can’t perform that action at this time.
0 commit comments