We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fbfb6 commit e9dbd82Copy full SHA for e9dbd82
.github/workflows/pytest.yml
@@ -437,7 +437,7 @@ jobs:
437
slack_notify:
438
name: Send Slack Notifications
439
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'
+ if: (success() || failure()) && needs.define-matrix.outputs.IS_PYTEST_COMBINE_TEST_RESULTS_DISABLED == 'false'
441
runs-on: ubuntu-latest
442
steps:
443
- name: Slack Notification (Success)
0 commit comments