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
9590b3c25d
commit
8c120ee3c9
4 changed files with 5 additions and 5 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']
|
workflows: ['Pipeline [Test, Lint, Build]']
|
||||||
types: [completed]
|
types: [completed]
|
||||||
jobs:
|
jobs:
|
||||||
pr_comment:
|
pr_comment:
|
||||||
|
|
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Pipeline
|
name: Pipeline [Test, Lint, Build]
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
name: Build Docker images
|
name: Build and publish Docker images
|
||||||
needs: [binaries]
|
needs: [binaries]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: 'Close stale and lock closed issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
2
.github/workflows/update-translations.yml
vendored
2
.github/workflows/update-translations.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Update Translations
|
name: POEditor import
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue