Skip to content

Commit c5fda01

Browse files
chore: Updated workflow names and trigger schedule (#1672)
1 parent 431773c commit c5fda01

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/build-docker-images.yml

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

33
on:
44
push:
@@ -17,6 +17,7 @@ on:
1717
- reopened
1818
- synchronize
1919
merge_group:
20+
workflow_dispatch:
2021

2122
jobs:
2223
docker-build:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Validate Deployment
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
- dev
88
- demo
99
schedule:
10-
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
10+
- cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1111

1212
permissions:
1313
contents: read
@@ -83,7 +83,7 @@ jobs:
8383
AZURE_SUBSCRIPTION_ID
8484
AZURE_ENV_NAME
8585
AZURE_LOCATION
86-
86+
8787
- name: Send Notification on Failure
8888
if: failure()
8989
run: |

.github/workflows/create-release.yml

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

11-
name: create-release
11+
name: Create-Release
1212

1313
jobs:
1414
create-release:

.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/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/tests.yml

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

33
on:
44
push:

0 commit comments

Comments
 (0)