Skip to content

Commit 903a58e

Browse files
committed
Update the workflow names and add long descriptions.
1 parent 05176d4 commit 903a58e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build_and_deploy_containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Build and Deploy Containers
1+
name: Build and Push Containers
2+
description: Builds the backend source into binary containers for the current branch and pushes to the GitHub Container Registry.
23

34
on:
45
push:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Build a new production release
1+
name: Build a New Production Release
2+
description: Builds the backend source into binary containers for branch main and pushes to the GitHub Container Registry as stable tag.
23

34
on:
45
release:

0 commit comments

Comments
 (0)