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 : AZD AI Template validation
22
33on :
4-
4+ push :
5+ branches :
6+ - main
7+ - dev
8+ paths :
9+ - ' infra/**'
10+ - ' src/**'
11+ - ' azure.yaml'
12+ - ' .github/workflows/azd-ai-template-validation.yml'
513 workflow_dispatch :
614 schedule :
715 - cron : ' 30 1 * * 4' # Every Thursday 7:00 AM IST / 1:30 AM UTC
Original file line number Diff line number Diff line change @@ -3,19 +3,25 @@ name: CI/CD Azure - Real-Time Intelligence Operations
33# Trigger the workflow on manual dispatch
44on :
55 workflow_dispatch :
6-
7- # - "*"
8- # paths:
9- # - "infra/**"
10- # - "src/**"
11- # - ".github/workflows/azure-dev.yml"
12- # pull_request:
13- # branches:
14- # - main
15- # paths:
16- # - "infra/**"
17- # - "src/**"
18- # - ".github/workflows/azure-dev.yml"
6+ push :
7+ branches :
8+ - main
9+ - dev
10+ paths :
11+ - ' infra/**'
12+ - ' src/**'
13+ - ' azure.yaml'
14+ - ' requirements.txt'
15+ - ' .github/workflows/azure-dev.yml'
16+ pull_request :
17+ branches :
18+ - main
19+ paths :
20+ - ' infra/**'
21+ - ' src/**'
22+ - ' azure.yaml'
23+ - ' requirements.txt'
24+ - ' .github/workflows/azure-dev.yml'
1925
2026# Set up permissions for deploying with secretless Azure federated credentials
2127permissions :
Original file line number Diff line number Diff line change 11name : PyLint
22
3- on : [push]
3+ on :
4+ push :
5+ paths :
6+ - ' src/**/*.py'
7+ - ' infra/**/*.py'
8+ - ' requirements.txt'
9+ - ' .github/workflows/pylint.yml'
10+ pull_request :
11+ paths :
12+ - ' src/**/*.py'
13+ - ' infra/**/*.py'
14+ - ' requirements.txt'
15+ - ' .github/workflows/pylint.yml'
416
517jobs :
618 build :
You can’t perform that action at this time.
0 commit comments