Skip to content

Commit 594f883

Browse files
committed
update CI to min Perl 5.16, issue-notify better
1 parent 8155b9d commit 594f883

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,15 @@ on:
66
tags-ignore:
77
- '*'
88
pull_request:
9-
create:
9+
1010
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
1911
ci:
2012
runs-on: ${{ matrix.os }}
21-
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
2213
strategy:
2314
fail-fast: false
2415
matrix:
2516
os: [ubuntu-latest]
26-
perl-version: ['5.10', '5.14', '5.20']
17+
perl-version: ['5.16', '5.20']
2718
include:
2819
- perl-version: '5.30'
2920
os: ubuntu-latest

.github/workflows/issue-notify.yml

Lines changed: 6 additions & 2 deletions
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)