Skip to content

Commit 5dad5a0

Browse files
BAC-255: Disable nightly (#75)
1 parent 761de81 commit 5dad5a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testnet-nightly-e2e.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# This workflow is out-to-date. It won't work as it is now, due to the fact Base Sepolia testnet
2+
# has a specific behaviour resulting in errors like "replacement transaction underpriced" or "nonce too low:".
3+
# current workaround was to sleep, but it was removed in
4+
# https://github.com/Cardinal-Cryptography/blanksquare-monorepo/commit/72536953ee7d324b4a776c0726ae035bace88655
15
---
26
name: Nightly E2E tests run on testnet
37

48
on:
5-
schedule:
6-
- cron: "00 23 * * *"
79
workflow_dispatch:
810

911
concurrency:

0 commit comments

Comments
 (0)