Skip to content

Commit

Permalink
GHA: enable notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 12, 2023
1 parent 27dd046 commit 5397258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) }}

0 comments on commit 5397258

Please sign in to comment.