Skip to content

Commit 31662d4

Browse files
authored
chore: add user friendly names to ci pipelines (#14)
1 parent 81e6277 commit 31662d4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: check-branches
1+
name: "Run checks on branches"
22
on:
33
- pull_request
44

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: "Build emacs-builder Docker image"
12
on:
23
schedule:
34
- cron: "30 11 * * 0"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-release
1+
name: "Build and release Emacs (automated)"
22
on:
33
workflow_dispatch:
44
inputs:

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-manual
1+
name: "Build Emacs (manual)"
22
on:
33
workflow_dispatch:
44
inputs:

0 commit comments

Comments
 (0)