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 31, 2021
1 parent ff3733c commit f1786ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
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 @@ -66,5 +66,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 f1786ab

Please sign in to comment.