From 05cfdd0e0fdb4669927c91f1a4e58e51a6a53c1f Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Thu, 21 Dec 2023 09:08:47 +0100 Subject: [PATCH] Add descriptive run name to pull_request_post_process_ci.yml [skip ci] --- .github/workflows/pull_request_post_process_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_post_process_ci.yml b/.github/workflows/pull_request_post_process_ci.yml index fbdba2e01..3e17fdab1 100644 --- a/.github/workflows/pull_request_post_process_ci.yml +++ b/.github/workflows/pull_request_post_process_ci.yml @@ -1,3 +1,4 @@ +run-name: "Post-processing #${{github.event.number}}" on: workflow_run: workflows: ["pull_request_ci"] @@ -10,4 +11,4 @@ jobs: uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main secrets: IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}} - IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }} \ No newline at end of file + IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}