Skip to content

Commit efec878

Browse files
committed
chore(ci): improve workflow naming consistency
- Rename "crontab" workflow to "Build" for clarity - Rename "update-dependencies" to "Update Dependencies" for consistency - Use Title Case for all workflow names to match GitHub Actions conventions
1 parent 5e054bb commit efec878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: crontab
2+
name: Build
33

44
on:
55
workflow_dispatch:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: update-dependencies
2+
name: Update Dependencies
33

44
on:
55
schedule:

0 commit comments

Comments
 (0)