tools/github actions: set workflow names

- https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#name
This commit is contained in:
nodiscc
2023-07-22 11:33:03 +02:00
parent 083b9f0605
commit 986e2dde55
4 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
name: build
on:
push:
branches: [ master ]

View File

@@ -1,3 +1,5 @@
name: update metadata
on:
schedule:
- cron: '22 22 * * *'

View File

@@ -1,3 +1,5 @@
name: link checks
on:
schedule:
- cron: '22 22 * * *'

View File

@@ -1,3 +1,5 @@
name: pull request
on:
pull_request:
branches: [ master ]