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