mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Better GH Action names
This commit is contained in:
parent
8c120ee3c9
commit
0bd73bd3f4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/download-link-on-pr.yml
vendored
2
.github/workflows/download-link-on-pr.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Add download link to PR
|
name: Add download link to PR
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ['Pipeline [Test, Lint, Build]']
|
workflows: ['Pipeline: Test, Lint, Build']
|
||||||
types: [completed]
|
types: [completed]
|
||||||
jobs:
|
jobs:
|
||||||
pr_comment:
|
pr_comment:
|
||||||
|
|
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Pipeline [Test, Lint, Build]
|
name: 'Pipeline: Test, Lint, Build'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue