From cdbaf520a44ef3f97b80b3b1d5aa80ecb505cc0d Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Thu, 28 Aug 2025 21:23:49 +1000 Subject: [PATCH] Update CI --- .github/workflows/check.yml | 8 ++++---- .github/workflows/check_macos.yml | 4 ++-- .github/workflows/update.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e008a20..e228877 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,9 +1,9 @@ -name: "Test template" +name: "Test RDE template" on: workflow_dispatch: # allows manual triggering push: paths: - - 'templates/n/flake.lock' + - 'templates/rde/flake.lock' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -22,5 +22,5 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build ./templates/n - - run: nix flake check ./templates/n + - run: nix build ./templates/rde + - run: nix flake check ./templates/rde diff --git a/.github/workflows/check_macos.yml b/.github/workflows/check_macos.yml index f054708..958426d 100644 --- a/.github/workflows/check_macos.yml +++ b/.github/workflows/check_macos.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: # allows manual triggering push: branches: - - 'update_n' + - 'update_rde' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -19,4 +19,4 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build ./templates/n + - run: nix build ./templates/rde diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 76391d2..a72d5f3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,9 +18,9 @@ jobs: uses: DeterminateSystems/update-flake-lock@v27 with: token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} - branch: update_n - path-to-flake-dir: "templates/n" - pr-title: "Update n flake.lock" # Title of PR to be created + branch: update_rde + path-to-flake-dir: "templates/rde" + pr-title: "Update RDE flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR dependencies automated