From 2f9540f3be1caf19e2cc5cc9c018f925385b7b70 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 6 Jul 2024 23:17:49 +0200 Subject: [PATCH] CI: Naming things. Use `Release:` prefix for all release jobs --- .github/workflows/release-oci.yml | 2 +- .github/workflows/release-pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: