diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index 3674523..1e68cbc 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -79,6 +79,8 @@ jobs: run: | nix develop --command echo "just testing" - name: Exhaust our GitHub Actions Cache tokens + # Generally skip this step since it is so intensive + if: ${{ false }} run: | date >> README.md nix build .#veryLongChain -v