Skip to content

Commit 3f67a8d

Browse files
Merge pull request #199 from microsoft/update-workflow-name-and-schedule
chore: Updated workflow names and trigger schedule
2 parents e291580 + 0492c79 commit 3f67a8d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: Deploy Resources
2-
1+
name: Validate Deployment
32
on:
43
push:
54
branches:
65
- main # Adjust this to the branch you want to trigger the deployment on
76
- dev
87
- demo
98
schedule:
10-
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
9+
- cron: '0 10,22 * * *' # Runs at 10:00 AM and 10:00 PM GMT
1110

1211

1312
jobs:

.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 * * *'

0 commit comments

Comments
 (0)