Send event also if tests fail
This commit is contained in:
parent
bedaad4a81
commit
693459563a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/hil.yml
vendored
1
.github/workflows/hil.yml
vendored
|
|
@ -110,6 +110,7 @@ jobs:
|
|||
|
||||
event_file:
|
||||
name: "Event File"
|
||||
if: ${{ always() }}
|
||||
needs: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue