.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"
|
||||
run-name: "Build and test"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name: "publish-deb"
|
||||
name: "Publish Debian package"
|
||||
run-name: "Publish Debian package"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user