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
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909
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 ]