ci: Assing nice workflow and job names

This commit is contained in:
Jonas Platte 2021-04-22 15:10:41 +02:00
parent 8a1cc3d8f8
commit c770627ce1
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
5 changed files with 9 additions and 0 deletions

View File

@ -1,9 +1,12 @@
name: Dependencies
on:
schedule:
# every monday at 4AM (UTC?)
- cron: '0 4 * * 1'
jobs:
audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

View File

@ -1,9 +1,12 @@
name: Documentation
on:
push:
branches: [main]
jobs:
build-deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@ -8,6 +8,7 @@ on:
jobs:
check_msrv:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@ -8,6 +8,7 @@ on:
jobs:
check_nightly:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@ -8,6 +8,7 @@ on:
jobs:
check_stable:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo