From c0ae8640c0fae0ed10b357003724501d3e289a1f Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Nov 2023 09:52:18 +0100 Subject: [PATCH] Run always for testing --- .github/workflows/check-oss-contributor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-oss-contributor.yml b/.github/workflows/check-oss-contributor.yml index f9bd54248e..01cb87656b 100644 --- a/.github/workflows/check-oss-contributor.yml +++ b/.github/workflows/check-oss-contributor.yml @@ -16,8 +16,8 @@ jobs: secrets: inherit notify-error: - needs: ["run-checks"] - if: ${{ failure() }} + # needs: ["run-checks"] + if: ${{ always() }} name: Notify error runs-on: ubuntu-latest steps: