Skip to content

add licenses and include in builds #69

add licenses and include in builds

add licenses and include in builds #69

Workflow file for this run

name: Check tags
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- reopened
- synchronize
jobs:
fail-for-testing:
runs-on: ubuntu-latest
steps:
- name: requires testing
if: contains(github.event.pull_request.labels.*.name, 'Requires testing')
run: |
echo "This PR is currently requires testing"
exit 1