Skip to content

Commit e9dbd82

Browse files
committed
fix(github): slack notify on rerun;
- Allow slack notifications on reruns.
1 parent 91fbfb6 commit e9dbd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
slack_notify:
438438
name: Send Slack Notifications
439439
needs: [pytest, merge-code-coverage-and-upload]
440-
if: github.run_attempt == 1 && (success() || failure()) && needs.define-matrix.outputs.IS_PYTEST_COMBINE_TEST_RESULTS_DISABLED == 'false'
440+
if: (success() || failure()) && needs.define-matrix.outputs.IS_PYTEST_COMBINE_TEST_RESULTS_DISABLED == 'false'
441441
runs-on: ubuntu-latest
442442
steps:
443443
- name: Slack Notification (Success)

0 commit comments

Comments
 (0)