Run always for testing

This commit is contained in:
Adria Navarro 2023-11-20 09:52:18 +01:00
parent d4060c0f78
commit c0ae8640c0
1 changed files with 2 additions and 2 deletions

View File

@ -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: