Run always for testing
This commit is contained in:
parent
d4060c0f78
commit
c0ae8640c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue