Skip to content

Commit

Permalink
Test public commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
oorzkws committed Jun 28, 2024
1 parent aa60601 commit 1ec88d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,10 @@ jobs:
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: success
- name: Notify public commit
if: ${{ (github.head_ref || github.ref_name) == 'frozen' }}
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PUBLIC_DISCORD_WEBHOOK }}
template: "simple-link"
include-extras: true

0 comments on commit 1ec88d2

Please sign in to comment.