diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 46faecd535..5ad83d97db 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,7 +7,7 @@ on: jobs: check: name: Check that the module is valid - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 40 steps: - uses: actions/checkout@v4 @@ -19,4 +19,3 @@ jobs: with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - run: nix flake check --all-systems --builders ""