chore(actions): give actions job a descriptive name
This commit is contained in:
parent
b49e017675
commit
cafadd781a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cache.yml
vendored
3
.github/workflows/cache.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
cache:
|
||||||
|
name: Build and cache nix artifacts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue