Skip to content

Commit bff1ac5

Browse files
committed
ci: run the step of workflow if the notification job starts
1 parent af50891 commit bff1ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
verbose: true
8484
notifications:
85+
name: Notifications
8586
runs-on: ubuntu-latest
8687
needs: build
8788
if: failure()
8889
steps:
8990
- name: Send notifications of failing tests
90-
if: failure()
9191
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
9292
with:
9393
errors: true

0 commit comments

Comments
 (0)