Skip to content

Commit 531388c

Browse files
Merge pull request #221 from microsoft/update-workflow-name-and-schedule
chore: Updated workflow names and trigger schedule
2 parents 6bd32f7 + 97d8f7a commit 531388c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bicep_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-Validate Deployment-CKM-V2
1+
name: Validate Deployment - CKM V2
22
on:
33
push:
44
branches:

.github/workflows/deploy-KMGeneric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-Validate Deployment-KM-Generic
1+
name: Validate Deployment - KM Generic
22
on:
33
push:
44
branches:
@@ -8,7 +8,7 @@ on:
88
- demo
99

1010
schedule:
11-
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
11+
- cron: '0 0,12 * * *' # Runs at 12:00 AM and 12:00 PM GMT
1212

1313
jobs:
1414
deploy:

.github/workflows/docker-build.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 - KM Generic
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: '30 1 * * *'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Workflow with Coverage
1+
name: Test Workflow with Coverage - KM Generic
22

33
on:
44
push:

0 commit comments

Comments
 (0)