From a887a512ef8eded87891832611806f47a97331c7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 29 Apr 2026 07:01:08 +0100 Subject: [PATCH] ci: skip empty extension shard aggregate --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee14cc55e50..95558c83c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: run_build_artifacts: ${{ steps.manifest.outputs.run_build_artifacts }} run_checks_fast_core: ${{ steps.manifest.outputs.run_checks_fast_core }} run_checks_fast: ${{ steps.manifest.outputs.run_checks_fast }} + run_checks_node_extensions: ${{ steps.manifest.outputs.run_checks_node_extensions }} checks_fast_core_matrix: ${{ steps.manifest.outputs.checks_fast_core_matrix }} channel_contracts_matrix: ${{ steps.manifest.outputs.channel_contracts_matrix }} run_checks_node_extensions: ${{ steps.manifest.outputs.run_checks_node_extensions }} @@ -301,6 +302,7 @@ jobs: run_build_artifacts: runNodeFull, run_checks_fast_core: runChecksFastCore, run_checks_fast: runNodeFull, + run_checks_node_extensions: extensionShardMatrix.include.length > 0, checks_fast_core_matrix: createMatrix(checksFastCoreTasks), channel_contracts_matrix: createMatrix( runNodeFull ? createChannelContractTestShards() : [],