Skip to content

Commit 5b2af41

Browse files
authored
Add conditional execution for notifications step, always send notification
if: always()
1 parent f25edff commit 5b2af41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/testsPython.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
# on the test results.
6969
notifications:
7070
needs: python-unit-tests
71+
if: always()
7172
runs-on: ubuntu-latest
7273
steps:
7374
- name: Send success email

0 commit comments

Comments
 (0)