Skip to content

Commit

Permalink
GHA: Enable shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 30, 2021
1 parent 14abc50 commit e110910
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-notifications: false # TODO
target-notifications: true
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-build-status: false # TODO
target-build-status: true
needs: ${{ toJSON(needs) }}

0 comments on commit e110910

Please sign in to comment.