Skip to content

Commit bf43fc3

Browse files
committed
Merge branch 'tsv-disabling' into ao-disabling-statement-distribution
* tsv-disabling: Remove unnecessary map_error (#2239) Add RadiumBlock Bootnodes for parachains (#2224) Rococo: Build two versions of the wasm binary (#2229) BridgeHub Runtimes: Change registration order of `MessageQueue` pallet (#2230) Make PalletInfo fields public (#2231) Add prospective-parachain subsystem to minimal-relay-node + QoL improvements (#2223) integrations-test: `build_genesis_storage` name fix (#2232) `sc-chain-spec`: add support for custom host functions (#2190) [xcm-emulator] Chains generic over Network & Integration tests restructure (#2092) Refactor candidate validation messages (#2219) validate-block: Fix `TrieCache` implementation (#2214) Adding gitspiegel-trigger workflow (#2135)
2 parents 331516c + c8adffe commit bf43fc3

File tree

124 files changed

+3322
-3190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+3322
-3190
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: gitspiegel sync
2+
3+
# This workflow doesn't do anything, it's only use is to trigger "workflow_run"
4+
# webhook, that'll be consumed by gitspiegel
5+
# This way, gitspiegel won't do mirroring, unless this workflow runs,
6+
# and running the workflow is protected by GitHub
7+
8+
on:
9+
pull_request:
10+
types:
11+
- opened
12+
- synchronize
13+
- unlocked
14+
- ready_for_review
15+
- reopened
16+
17+
jobs:
18+
sync:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Do nothing
22+
run: echo "let's go"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
**/._*
1818
**/.criterion/
1919
**/*.rs.bk
20-
**/chains/
2120
**/hfuzz_target/
2221
**/hfuzz_workspace/
2322
**/node_modules

0 commit comments

Comments
 (0)