Skip to content

Commit 5649d24

Browse files
committed
CI new notify scheme
1 parent ec22ed4 commit 5649d24

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -6,19 +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: PDLPorters/devops/github-actions/irc-notifications@master
17-
with:
18-
target-notifications: true
1910
ci:
2011
runs-on: ${{ matrix.os }}
21-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
2212
strategy:
2313
fail-fast: false
2414
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)