Skip to content

Commit 8f97f96

Browse files
committed
use issue-notify for all notify, use latest Perl
1 parent dad20a8 commit 8f97f96

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,21 @@ on:
66
tags-ignore:
77
- '*'
88
pull_request:
9-
create:
109

1110
env:
1211
IRC_REPO_OWNER: 'EntropyOrg'
1312

1413
jobs:
15-
notify:
16-
runs-on: ubuntu-latest
17-
continue-on-error: true
18-
if: ${{ always() }}
19-
steps:
20-
- uses: PDLPorters/devops/github-actions/irc-notifications@master
21-
with:
22-
target-notifications: true
23-
repository_owner: ${{ env.IRC_REPO_OWNER }}
2414
dist:
2515
name: Make distribution using Dist::Zilla
2616
runs-on: ubuntu-latest
27-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
2817
steps:
2918
- name: Checkout code
3019
uses: actions/checkout@v2
3120
- name: 'build-dzil-dist'
3221
uses: PDLPorters/devops/github-actions/build-dzil-dist@master
3322
ci:
3423
runs-on: ${{ matrix.os }}
35-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
3624
needs: [ dist ]
3725
strategy:
3826
fail-fast: false
@@ -43,8 +31,8 @@ jobs:
4331
- { os: 'ubuntu-latest', perl-version: "5.16" }
4432
- { os: 'ubuntu-latest', perl-version: "5.20" }
4533
- { os: 'ubuntu-latest', perl-version: "5.30" }
46-
- { os: 'ubuntu-latest', perl-version: "5.32" }
47-
- { os: 'windows-latest', perl-version: "5.32" }
34+
- { os: 'ubuntu-latest', perl-version: "5.40" }
35+
- { os: 'windows-latest', perl-version: "5.40" }
4836
- perl-version: '5.32'
4937
os: ubuntu-latest
5038
release-test: true

.github/workflows/issue-notify.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +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]
11+
push:
12+
branches:
13+
- '*'
14+
tags-ignore:
15+
- '*'
16+
create:
1217

1318
env:
1419
IRC_REPO_OWNER: 'EntropyOrg'

0 commit comments

Comments
 (0)