.gitea/workflows: set run-name for all workflows
All checks were successful
Build and test / check (push) Successful in 1m57s
Build and test / build (push) Successful in 3m56s
Build and test / test (push) Successful in 3m30s
Build and test / check-license (push) Successful in 4m50s
Build and test / docs (push) Successful in 6m36s

This commit is contained in:
2025-12-04 14:24:41 +09:00
parent 67ff31f405
commit 69cb96014b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
name: "Build and test"
run-name: "Build and test"
on:
push:
branches:

View File

@@ -1,4 +1,5 @@
name: "publish-deb"
name: "Publish Debian package"
run-name: "Publish Debian package"
on:
workflow_dispatch:
inputs: