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 26, 2021
1 parent 7207fa4 commit 7ea9ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -44,7 +44,7 @@ jobs:
- name: Install PDL dependencies
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install HDF5
uses: PDLPorters/devops/github-actions/install-dep-hdf5@gha-bulk-actions # TODO@master
uses: PDLPorters/devops/github-actions/install-dep-hdf5@master
- name: Install Perl configure deps
shell: bash
run: |
Expand All @@ -68,5 +68,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 7ea9ac2

Please sign in to comment.