[regression test] Update run_mantaray_jobs.py for splited test order for PyTorch regression test on TPU #2983
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Require Checklist | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
jobs: | |
check_pr_body: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/require-checklist-action@v2 | |
with: | |
requireChecklist: false # If this is true and there are no checklists detected, the action will fail |