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

Commit e0df69c

Browse files
committed
make account compression verifiable
1 parent 63b3a25 commit e0df69c

File tree

8 files changed

+427
-2032
lines changed

8 files changed

+427
-2032
lines changed

.github/workflows/pull-request-account-compression.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
name: Account Compression Pull Request
22

3-
on:
4-
pull_request:
5-
paths:
6-
- "account-compression/**"
7-
- "libraries/concurrent-merkle-tree/**"
8-
- "ci/*-version.sh"
9-
- "ci/install-anchor.sh"
10-
- ".github/workflows/pull-request-account-compression.yml"
11-
- "!account-compression/sdk/**"
12-
push:
13-
branches: [master]
14-
paths:
15-
- "account-compression/**"
16-
- "libraries/concurrent-merkle-tree/**"
17-
- "ci/*-version.sh"
18-
- "ci/install-anchor.sh"
19-
- ".github/workflows/pull-request-account-compression.yml"
20-
- "!account-compression/sdk/**"
21-
22-
concurrency:
23-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24-
cancel-in-progress: true
3+
on: workflow_dispatch
254

265
jobs:
276
anchor-build-account-compression:

0 commit comments

Comments
 (0)