Skip to content

Commit

Permalink
update CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 16, 2025
1 parent b0c924b commit 62b05d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,15 @@ 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:
os: [ubuntu-latest]
perl-version: ['5.10', '5.14', '5.20']
perl-version: ['5.16', '5.20']
include:
- perl-version: '5.30'
os: ubuntu-latest
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 62b05d0

Please sign in to comment.