From 5dc86b098030c11503e1152e2452450b9399d231 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 23:45:56 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b6a3f2d1e0..ff3a80ae09 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -26,6 +26,7 @@ jobs: needs: remove-duplicates continue-on-error: true strategy: + fail-fast: false matrix: country: [ @@ -186,7 +187,6 @@ jobs: ye, zm ] - fail-fast: false steps: - name: Checkout uses: actions/checkout@v2