Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit bffd167

Browse files
committed
disable devnet db validation in CI
1 parent 04ef81c commit bffd167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ jobs:
589589
# Validate Devnet Database and Replay Pact History
590590

591591
validate-devnet-database:
592+
if: false # disabled because development db artifact is missing
592593
name: Validate Devnet Database Snapshot and Replay Pact History
593594
needs: [config, sync-chain-db, build]
594595
strategy:

0 commit comments

Comments
 (0)