From cafadd781a5cf71a4eca73a3e6b7a341b4da44ab Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 27 Dec 2023 13:26:04 +0000 Subject: [PATCH] chore(actions): give actions job a descriptive name --- .github/workflows/cache.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index b949e4e..cf8b249 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -1,7 +1,8 @@ on: push: jobs: - tests: + cache: + name: Build and cache nix artifacts runs-on: ubuntu-latest steps: - uses: actions/checkout@v3