Run always for testing
This commit is contained in:
parent
d4060c0f78
commit
c0ae8640c0
|
@ -16,8 +16,8 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
notify-error:
|
notify-error:
|
||||||
needs: ["run-checks"]
|
# needs: ["run-checks"]
|
||||||
if: ${{ failure() }}
|
if: ${{ always() }}
|
||||||
name: Notify error
|
name: Notify error
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue