Skip to content

Commit 2f9540f

Browse files
committed
CI: Naming things. Use Release: prefix for all release jobs
1 parent bda3de5 commit 2f9540f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage OCI container images through GitHub Actions (GHA) to GitHub Container Registry (GHCR).
2-
name: Release OCI to GHCR
2+
name: "Release: OCI to GHCR"
33

44
on:
55
pull_request: ~

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage Python source distribution and wheel packages through GitHub Actions (GHA) to Python Package Index (PyPI).
2-
name: Release to PyPI
2+
name: "Release: Python package to PyPI"
33

44
on:
55
push:

0 commit comments

Comments
 (0)