mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 07:14:00 +02:00
Use dashes in workflow names
This commit is contained in:
parent
f568aed520
commit
bd255b3553
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-openapi.yml
vendored
4
.github/workflows/ci-openapi.yml
vendored
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
|
||||
No changes to OpenAPI specification found. See history of this comment for previous changes.
|
||||
|
||||
publish_unstable:
|
||||
publish-unstable:
|
||||
name: OpenAPI - Publish Unstable Spec
|
||||
if: |
|
||||
github.event_name != 'pull_request_target' &&
|
||||
|
|
@ -205,7 +205,7 @@ jobs:
|
|||
fi
|
||||
) 200>/run/workflows/openapi-unstable.lock
|
||||
|
||||
publish_stable:
|
||||
publish-stable:
|
||||
name: OpenAPI - Publish Stable Spec
|
||||
if: |
|
||||
startsWith(github.ref, 'refs/tags/v') &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue