Add descriptive run name to pull_request_post_process_ci.yml

[skip ci]
This commit is contained in:
Florian Heilmann 2023-12-21 09:08:47 +01:00 committed by GitHub
parent d2c3570395
commit 05cfdd0e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
run-name: "Post-processing #${{github.event.number}}"
on:
workflow_run:
workflows: ["pull_request_ci"]