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: