Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-go.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: build-go-projects

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-rust.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: build-and-test-rust-projects

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/send-proofs-docker.yml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
name: "[CI] Send proofs to network"

on:
merge_group:
pull_request:
types:
- opened
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-merkle-tree.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: test-merkle-tree

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-risc-zero-old.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: test-risc-zero-old

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-risc-zero.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: test-risc-zero

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-sp1-old.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: test-sp1-old

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-sp1.yml
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
name: test-sp1

on:
merge_group:
push:
branches: [main]
pull_request:
Expand Down