Skip to content

Commit

Permalink
CI: Naming things. Use Release: prefix for all release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 6, 2024
1 parent bda3de5 commit 2f9540f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-oci.yml
Original file line number Diff line number Diff line change
@@ -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: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2f9540f

Please sign in to comment.