From 6996f0029f9c57a6fc9434aa7ef913415eb1dba0 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 12 Jun 2024 21:53:11 -0400 Subject: [PATCH] Don't run the GHA exhaustion test generally --- .github/workflows/check-and-test.yaml | 2 ++ 1 file changed, 2 insertions(+) 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