diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 62b0b35a1..88bf47515 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ permissions: contents: write pull-requests: write -name: create-release +name: Create-Release jobs: create-release: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1eeb8b1b2..da1cc1169 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,11 +1,11 @@ -name: CI-Validate Deployment-Multi-Agent-Custom-Automation-Engine-Solution-Accelerator +name: Validate Deployment on: push: branches: - main schedule: - - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT + - cron: '0 11,23 * * *' # Runs at 11:00 AM and 11:00 PM GMT jobs: deploy: diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index e35a21dc0..289b365f4 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -1,4 +1,4 @@ -name: Build and Push Docker Image +name: Build Docker and Optional Push on: push: diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 0ed320d90..debfc53f4 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -1,4 +1,4 @@ -name: "pr-title-checker" +name: "PR Title Checker" on: pull_request_target: diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 74fc73c7a..bc2851159 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,4 @@ -name: Pylint and Flake8 +name: PyLint on: [push] diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index a9ff3f542..c1d271b5c 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -1,4 +1,4 @@ -name: 'Close stale issues and PRs' +name: 'Stale Bot' on: schedule: - cron: '0 1 * * *'