diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1b1de..ebdd926 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) }}