Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,24 @@ on:
- main
- dev
- demo
- hotfix
paths:
- 'infra/**'
- 'azure.yaml'
- 'azure_custom.yaml'
- 'scripts/**'
- '.github/workflows/ci.yml'
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
branches:
- main
- dev
- demo
- hotfix
paths:
- 'infra/**'
- 'azure.yaml'
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
- dev
- demo
- hotfix
paths:
- 'src/**'
- 'infra/**'
Expand All @@ -20,8 +21,16 @@ on:
- '.github/workflows/deploy-orchestrator.yml'
- '.github/workflows/job-*.yml'
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
branches:
- main
- dev
- demo
- hotfix
paths:
- 'src/**'
- 'infra/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Pylint
run: |
echo "Running Pylint..."
python -m flake8 --config=.flake8 --verbose .
python -m flake8 --config=.flake8 --verbose .
Comment on lines 44 to +46
Comment on lines 43 to +46
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- dev
- demo
- hotfix
paths:
- 'src/backend-api/**/*.py'
- 'src/backend-api/pyproject.toml'
Expand All @@ -23,6 +25,8 @@ on:
branches:
- main
- dev
- demo
- hotfix
paths:
- 'src/backend-api/**/*.py'
- 'src/backend-api/pyproject.toml'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/validate-bicep-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ on:
schedule:
- cron: '30 6 * * 3' # Wednesday 12:00 PM IST (6:30 AM UTC)
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
branches:
- main
- dev
- demo
- hotfix
paths:
- 'infra/**/*.bicep'
- 'infra/**/*.parameters.json'
Expand Down
Loading