Skip to content

Commit 22efe37

Browse files
committed
Better workflow names
1 parent f7d59ce commit 22efe37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download a parent image, build a new one, and test it; then upload the image, tags, and manifests to GitHub artifacts
1+
name: Download a parent image, build a new one, and test it; upload the image, tags, build history line and manifest to GitHub artifacts
22

33
env:
44
REGISTRY: quay.io

.github/workflows/docker-wiki-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download build manifests from GitHub artifacts and push them to GitHub wiki
1+
name: Download build history lines and manifests from GitHub artifacts and push them to the GitHub wiki
22
# We're doing everything in one workflow on purpose
33
# This way we make sure we don't access wiki pages from several jobs simultaneously
44

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, test, and push Docker Images
1+
name: Docker Stacks
22

33
# [FAST_BUILD] in the PR title makes this workflow only build
44
# the `jupyter/docker-stacks-foundation` and `jupyter/base-notebook` images

0 commit comments

Comments
 (0)