From 8c120ee3c9bbfa29d0bae7e3b686b7eca0253bee Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 11 Apr 2023 09:15:08 -0400 Subject: [PATCH] Better GH Action names --- .github/workflows/download-link-on-pr.yml | 2 +- .github/workflows/pipeline.yml | 4 ++-- .github/workflows/stale.yml | 2 +- .github/workflows/update-translations.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/download-link-on-pr.yml b/.github/workflows/download-link-on-pr.yml index 308cf6d08..a4dea12cb 100644 --- a/.github/workflows/download-link-on-pr.yml +++ b/.github/workflows/download-link-on-pr.yml @@ -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: diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3a0242b1d..f57e47356 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 61c5a822d..3b11e9450 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,4 +1,4 @@ -name: 'Close stale and lock closed issues and PRs' +name: 'Close stale issues and PRs' on: workflow_dispatch: schedule: diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 2e4a4e2bd..89052293e 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -1,4 +1,4 @@ -name: Update Translations +name: POEditor import on: workflow_dispatch: schedule: