Skip to content

Commit

Permalink
more inclusive issue-notify, do stuff there not ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 7, 2024
1 parent 2f9b863 commit ecc0789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ on:
tags-ignore:
- '*'
pull_request:
create:

jobs:
notify:
runs-on: ubuntu-latest
continue-on-error: true
if: ${{ always() }}
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-notifications: true
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/issue-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
issue_comment:
types: [created]
pull_request:
types: [closed,assigned,converted_to_draft,ready_for_review,review_requested]
pull_request_review:
types: [submitted]

push:
branches:
- '*'
tags-ignore:
- '*'
create:
jobs:
notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ecc0789

Please sign in to comment.