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