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 }}