Better GH Action names

This commit is contained in:
Deluan 2023-04-11 09:15:08 -04:00
parent 9590b3c25d
commit 8c120ee3c9
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
name: Add download link to PR
on:
workflow_run:
workflows: ['Pipeline']
workflows: ['Pipeline [Test, Lint, Build]']
types: [completed]
jobs:
pr_comment:

View File

@ -1,4 +1,4 @@
name: Pipeline
name: Pipeline [Test, Lint, Build]
on:
push:
branches:
@ -158,7 +158,7 @@ jobs:
retention-days: 7
docker:
name: Build Docker images
name: Build and publish Docker images
needs: [binaries]
runs-on: ubuntu-latest
env:

View File

@ -1,4 +1,4 @@
name: 'Close stale and lock closed issues and PRs'
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:

View File

@ -1,4 +1,4 @@
name: Update Translations
name: POEditor import
on:
workflow_dispatch:
schedule: