Skip to content

Commit

Permalink
Nicer human-readable workflow names.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Sep 6, 2024
1 parent 90b1d67 commit 8d55997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_common.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow to test building the ogd-common project
name: Build pyproject - ogd-common
name: Build pyproject - OGD Common
run-name: ${{ format('{0} - {1}', github.workflow, github.event_name == 'push' && github.event.head_commit.message || 'Manual Run') }}
on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE_common.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow to build and deploy a new release of ogd-common to PyPi.
name: opengamedata-common Release
name: Release Script - OGD Common
on:
release:
types: [prereleased, released]
Expand Down

0 comments on commit 8d55997

Please sign in to comment.