F/test checkbox 4 #2
Workflow file for this run
This file contains 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: checkbox-test | |
on: | |
pull_request: | |
types: [edited, opened, reopened, synchronize] | |
branches: [master] | |
issue_comment: | |
types: | |
- edited | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
validate: | |
name: checkbox validation | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get PR branch | |
uses: xt0rted/pull-request-comment-branch@v2 | |
id: comment-branch | |
- uses: actions/checkout@v3 | |
with: | |
ref: ${{ steps.comment-branch.outputs.head_ref }} | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Validate Checklists | |
uses: roryq/checkmate@master | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
paths: | | |
*: | |
- I have benchmarked the SQL changes | |
# - <!--Checkmate select=2--> | |
# - Partition Tolerance | |