We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af50891 commit bff1ac5Copy full SHA for bff1ac5
1 file changed
.github/workflows/tests.yml
@@ -82,12 +82,12 @@ jobs:
82
token: ${{ secrets.CODECOV_TOKEN }}
83
verbose: true
84
notifications:
85
+ name: Notifications
86
runs-on: ubuntu-latest
87
needs: build
88
if: failure()
89
steps:
90
- name: Send notifications of failing tests
- if: failure()
91
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
92
with:
93
errors: true
0 commit comments