From 5397258c503fe6b935194e3b298ff5927c5d3b4a Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Tue, 12 Dec 2023 02:03:27 -0500 Subject: [PATCH] GHA: enable notifications --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c2cb6..46686e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: perlrdf/devops/github-actions/irc-notifications@main with: - target-notifications: false + target-notifications: true dist: if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} name: Make distribution @@ -155,5 +155,5 @@ jobs: steps: - uses: perlrdf/devops/github-actions/irc-notifications@main with: - target-build-status: false + target-build-status: true needs: ${{ toJSON(needs) }}