Skip to content

Update perl-version to 5.39.4 from 5.38.0 #19

Update perl-version to 5.39.4 from 5.38.0

Update perl-version to 5.39.4 from 5.38.0 #19

name: Build and Test
on:
issue_comment:
types:
- created
pull_request_target:
types: [opened, synchronize, reopened]
paths-ignore:
- 'cicd*.groovy'
- '**/LICENSE'
- 'README.md'
workflow_dispatch:
jobs:
build-and-test:
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target'
uses: ZOSOpenTools/meta/.github/workflows/build_and_test.yml@main
secrets: inherit