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 5d8bfddcfeb25647fa65af8124fbf6e6ac8516b2..6513897f4a13451a1ea8ffa4ea68d51f722c9513 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
-