.gitea/workflows: set run-name for all workflows
All checks were successful
All checks were successful
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
name: "Build and test"
|
name: "Build and test"
|
||||||
|
run-name: "Build and test"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
name: "publish-deb"
|
name: "Publish Debian package"
|
||||||
|
run-name: "Publish Debian package"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user