Skip to content

Change "greater than" to "greater than or equal to" in results validation to handle problem subtests #29

Change "greater than" to "greater than or equal to" in results validation to handle problem subtests

Change "greater than" to "greater than or equal to" in results validation to handle problem subtests #29

name: Verify PR requirements
on:
workflow_call:
pull_request:
types:
- opened
- edited
branches:
- main
permissions:
contents: read
pull-requests: write # Need write to make comments
jobs:
check_review_label:
uses: redhat-performance/zathras/.github/workflows/verify_pr_requirements.yaml@main