Skip to content

Commit

Permalink
Updated Workflow Names (#363)
Browse files Browse the repository at this point in the history
Updated Deployment Trigger Schedule
  • Loading branch information
Harsh-Microsoft authored Feb 18, 2025
1 parent c19fd1d commit ca714eb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CAdeploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Validate Deployment-Client Advisor
name: Validate Deployment - Client Advisor

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RAdeploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Validate Deployment-Research Assistant
name: Validate Deployment - Researcher

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
paths:
- 'ResearchAssistant/**'
schedule:
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
- cron: '0 7,19 * * *' # Runs at 7:00 AM and 7:00 PM GMT

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-clientadvisor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ClientAdvisor Docker Images
name: Build Docker and Optional Push - Client Advisor

on:
push:
Expand All @@ -15,6 +15,7 @@ on:
paths:
- ClientAdvisor/**
merge_group:
workflow_dispatch:

jobs:
docker-build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-researchassistant.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ResearchAssistant Docker Images
name: Build Docker and Optional Push - Researcher

on:
push:
Expand All @@ -15,6 +15,7 @@ on:
paths:
- ResearchAssistant/**
merge_group:
workflow_dispatch:

jobs:
docker-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "pr-title-checker"
name: "PR Title Checker"

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint
name: PyLint

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Close stale issues and PRs'
name: 'Stale Bot'
on:
schedule:
- cron: '30 1 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_client_advisor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests - Client Advisor
name: Test Workflow with Coverage - Client Advisor

on:
push:
Expand Down

0 comments on commit ca714eb

Please sign in to comment.