Don't run the GHA exhaustion test generally
This commit is contained in:
parent
3c54557810
commit
6996f0029f
2
.github/workflows/check-and-test.yaml
vendored
2
.github/workflows/check-and-test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue