From f14cda36ccef2278beaec2923623806cbf2c7c9a Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 28 Jul 2022 11:04:20 +0200 Subject: [PATCH] Fix GHA (#5825) --- .../workflows/release-21_extrinsic-ordering-check-from-two.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/polkadot/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml b/polkadot/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml index 5d8bfddcfe..6513897f4a 100644 --- a/polkadot/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml +++ b/polkadot/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml @@ -21,8 +21,8 @@ jobs: BIN_URL: ${{github.event.inputs.binary_url}} REF_URL: ${{github.event.inputs.reference_binary_url}} strategy: + fail-fast: false matrix: - fail-fast: false chain: [polkadot, kusama, westend, rococo] steps: @@ -95,4 +95,3 @@ jobs: run: | pkill polkadot-ref pkill polkadot -