Skip to content

Commit c5c756c

Browse files
chore: improve workflow display names in GitHub Actions UI (#41)
1 parent e44e22a commit c5c756c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727

2828
jobs:
2929
release:
30-
name: Release
30+
name: Build and Publish to PyPI
3131
runs-on: ubuntu-latest
3232
permissions:
3333
contents: write

.github/workflows/schema-compat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# or manually via workflow_dispatch.
88

99
name: Schema Compatibility Check
10+
run-name: "Schema Compatibility Check — ParadeDB v${{ inputs.version || github.event.client_payload.version }}"
1011

1112
on:
1213
repository_dispatch:

0 commit comments

Comments
 (0)