Skip to content

Commit

Permalink
Send discord notification from doctest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Feb 18, 2024
1 parent c11b724 commit 614a4ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/doctest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ jobs:
- name: Install local package
run: make install-local-package
- name: Doctest package
run: make doctest-package
run: make doctest-package

send-notification:
needs: doctest-package
uses: ./.github/workflows/discord-notification.yml
with:
status: 'succeeded'
workflow_type: 'doctest-package'
action_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 comments on commit 614a4ae

Please sign in to comment.