mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,3 +1,5 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
2
.github/workflows/daily-update-metadata.yml
vendored
2
.github/workflows/daily-update-metadata.yml
vendored
@@ -1,3 +1,5 @@
|
||||
name: update metadata
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '22 22 * * *'
|
||||
|
||||
2
.github/workflows/daily-url-check.yml
vendored
2
.github/workflows/daily-url-check.yml
vendored
@@ -1,3 +1,5 @@
|
||||
name: link checks
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '22 22 * * *'
|
||||
|
||||
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -1,3 +1,5 @@
|
||||
name: pull request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
Reference in New Issue
Block a user