Skip to content

Commit 514f90e

Browse files
committed
inclusive notify
1 parent 7679d21 commit 514f90e

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/ci.yml

-11
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,9 @@ on:
66
tags-ignore:
77
- '*'
88
pull_request:
9-
create:
109
jobs:
11-
notify:
12-
runs-on: ubuntu-latest
13-
continue-on-error: true
14-
if: ${{ always() }}
15-
steps:
16-
- uses: Perl-GPU/devops/github-actions/irc-notifications@main
17-
with:
18-
target-notifications: true
1910
ci:
2011
runs-on: ${{ matrix.os }}
21-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
22-
needs: notify
2312
strategy:
2413
fail-fast: false
2514
matrix:

.github/workflows/issue-notify.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ on:
66
issue_comment:
77
types: [created]
88
pull_request:
9-
types: [closed,assigned,converted_to_draft,ready_for_review,review_requested]
109
pull_request_review:
1110
types: [submitted]
12-
11+
push:
12+
branches:
13+
- '*'
14+
tags-ignore:
15+
- '*'
16+
create:
1317
jobs:
1418
notify:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)