From 62b05d087eb6dbe2490463f82a760bc21083eb2f Mon Sep 17 00:00:00 2001 From: Ed J Date: Thu, 16 Jan 2025 16:19:28 +0000 Subject: [PATCH] update CI to latest --- .github/workflows/ci.yml | 13 ++----------- .github/workflows/issue-notify.yml | 8 ++++++-- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4608b4c..97ef9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/issue-notify.yml b/.github/workflows/issue-notify.yml index 430b399..91d8990 100644 --- a/.github/workflows/issue-notify.yml +++ b/.github/workflows/issue-notify.yml @@ -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