1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Run always for testing

This commit is contained in:
Adria Navarro 2023-11-20 09:52:18 +01:00
parent d4060c0f78
commit c0ae8640c0

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: