From 9842dd62162717eaf8455af40533fc18d0d7305e Mon Sep 17 00:00:00 2001 From: shhyou Date: Tue, 29 Dec 2020 10:58:41 -0600 Subject: [PATCH] Send notification if the repo is racket --- .github/workflows/ci-push-x86_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-push-x86_linux.yml b/.github/workflows/ci-push-x86_linux.yml index 4eb8bf3684..7804d0abdf 100644 --- a/.github/workflows/ci-push-x86_linux.yml +++ b/.github/workflows/ci-push-x86_linux.yml @@ -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 }}