From 67adbe708903f5b2bf82255197ab83f77a390b3d Mon Sep 17 00:00:00 2001 From: xeals Date: Thu, 23 Feb 2023 10:50:16 +1100 Subject: [PATCH] ci: fix NUR update endpoint --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ba8654..0ac565a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ -name: "Build and populate cache" +name: "CI" on: pull_request: push: jobs: - tests: + build-and-update: strategy: matrix: # Set this to notify the global nur package registry that changes are @@ -41,4 +41,4 @@ jobs: run: nix develop .#ci -c nix-build-uncached ci.nix -A cacheOutputs - name: Trigger NUR update if: ${{ matrix.nurRepo != '' }} - run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}" + run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"