Don't run the GHA exhaustion test generally

This commit is contained in:
Graham Christensen 2024-06-12 21:53:11 -04:00
parent 3c54557810
commit 6996f0029f

View file

@ -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