From 6c863dbef1bdbf417b256b190d4054ce0cb5aee7 Mon Sep 17 00:00:00 2001 From: Daniil Kalamin <56044849+dakalamin@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:06:44 +0300 Subject: [PATCH] Fix readme action --- .github/workflows/readme.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/readme.yaml b/.github/workflows/readme.yaml index 21b3531..2b7dba3 100644 --- a/.github/workflows/readme.yaml +++ b/.github/workflows/readme.yaml @@ -20,6 +20,7 @@ jobs: badges: runs-on: ubuntu-latest needs: linkinator + if: '!cancelled()' steps: - name: Set values for failure badge if: ${{ needs.linkinator.result == 'failure' }}