diff --git a/.github/workflows/release-oci.yml b/.github/workflows/release-oci.yml index 03daf0cc..e6303f38 100644 --- a/.github/workflows/release-oci.yml +++ b/.github/workflows/release-oci.yml @@ -1,5 +1,5 @@ # Stage OCI container images through GitHub Actions (GHA) to GitHub Container Registry (GHCR). -name: Release OCI to GHCR +name: "Release: OCI to GHCR" on: pull_request: ~ diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 7a76be83..39c28c65 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -1,5 +1,5 @@ # Stage Python source distribution and wheel packages through GitHub Actions (GHA) to Python Package Index (PyPI). -name: Release to PyPI +name: "Release: Python package to PyPI" on: push: