Skip to content

Copying a tagged or untagged file greater than 8 bytes results in content change and file tagging #44

Copying a tagged or untagged file greater than 8 bytes results in content change and file tagging

Copying a tagged or untagged file greater than 8 bytes results in content change and file tagging #44

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