Skip to content

Commit 8eba271

Browse files
Merge pull request microsoft#73 from microsoft/update-workflow-name-and-schedule
chore: Updated workflow names and trigger schedule
2 parents 8f2d4a1 + 0fe5455 commit 8eba271

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: write
88
pull-requests: write
99

10-
name: create-release
10+
name: Create-Release
1111

1212
jobs:
1313
create-release:

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: CI-Validate Deployment-Multi-Agent-Custom-Automation-Engine-Solution-Accelerator
1+
name: Validate Deployment
22

33
on:
44
push:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
8+
- cron: '0 11,23 * * *' # Runs at 11:00 AM and 11:00 PM GMT
99

1010
jobs:
1111
deploy:

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker Image
1+
name: Build Docker and Optional Push
22

33
on:
44
push:

.github/workflows/pr-title-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "pr-title-checker"
1+
name: "PR Title Checker"
22

33
on:
44
pull_request_target:

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pylint and Flake8
1+
name: PyLint
22

33
on: [push]
44

.github/workflows/stale-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Close stale issues and PRs'
1+
name: 'Stale Bot'
22
on:
33
schedule:
44
- cron: '0 1 * * *'

0 commit comments

Comments
 (0)