From 1cb373452096ef2195930d33192eebd915e192d8 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 26 Aug 2025 13:23:45 +1000 Subject: [PATCH] check macos on pr --- .github/workflows/check_macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_macos.yml b/.github/workflows/check_macos.yml index 4b7ae8e..23a6cf4 100644 --- a/.github/workflows/check_macos.yml +++ b/.github/workflows/check_macos.yml @@ -1,8 +1,9 @@ name: "Test template MacOS" on: workflow_dispatch: # allows manual triggering - schedule: - - cron: '0 3 * * 0' + push: + branches: + - 'update_n' jobs: tests: runs-on: ${{ matrix.os }} @@ -16,4 +17,3 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix build ./templates/n - - run: nix flake check ./templates/n