From 4ae87f2141635dfeb13d6f986f6b9d8a800c2f87 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Wed, 3 Jul 2024 08:46:56 +0000 Subject: [PATCH] rename nightly-template to just template --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070946c..f7c0e43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build .#${{ matrix.package }} - nightly-template: + template: runs-on: ubuntu-latest needs: build strategy: