Skip to content

Commit

Permalink
Don't run the GHA exhaustion test generally
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jun 13, 2024
1 parent 3c54557 commit 6996f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6996f00

Please sign in to comment.