Skip to content

Commit

Permalink
Updated Workflow Names
Browse files Browse the repository at this point in the history
Updated Deployment Trigger Schedule
  • Loading branch information
Harsh-Microsoft committed Feb 17, 2025
1 parent cb414c8 commit 02be779
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI-Validate Deployment
name: Validate Deployment

on:
push:
branches:
- main
schedule:
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Build Docker and Optional Push

on:
pull_request:
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: Code Quality Workflow
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/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Test Workflow with Coverage

on:
push:
Expand Down

0 comments on commit 02be779

Please sign in to comment.