Send notification if the repo is racket

This commit is contained in:
shhyou 2020-12-29 10:58:41 -06:00
parent 4936977c56
commit 9842dd6216

View File

@ -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 }}