Send notification if the repo is racket
This commit is contained in:
parent
4936977c56
commit
9842dd6216
2
.github/workflows/ci-push-x86_linux.yml
vendored
2
.github/workflows/ci-push-x86_linux.yml
vendored
|
@ -425,7 +425,7 @@ jobs:
|
|||
- uses: technote-space/workflow-conclusion-action@v2
|
||||
- name: Send Slack notification
|
||||
uses: 8398a7/action-slack@v3
|
||||
if: always()
|
||||
if: github.repository == 'racket/racket'
|
||||
with:
|
||||
status: ${{ env.WORKFLOW_CONCLUSION }}
|
||||
author_name: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user