From 514499e7a175fa14ca94aa2ee6efc8f49e167260 Mon Sep 17 00:00:00 2001 From: Egor_P Date: Wed, 25 May 2022 16:46:37 +0200 Subject: [PATCH] deleted unnecessary repo checkout to fix fetch binary step (#1296) * deleted unnecessary repo checkout to fix fetch binary step * Update .github/workflows/extrinsic-ordering-check-from-bin.yml Co-authored-by: Mara Robin B. Co-authored-by: Chevdor Co-authored-by: Mara Robin B. --- .github/workflows/extrinsic-ordering-check-from-bin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/extrinsic-ordering-check-from-bin.yml b/.github/workflows/extrinsic-ordering-check-from-bin.yml index 09d6ee13773..8b2540c8f0c 100644 --- a/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -27,8 +27,6 @@ jobs: REF_URL: ${{github.event.inputs.reference_url}} steps: - - uses: actions/checkout@v3 - - name: Fetch binary run: | echo Fetching $BIN_URL