Skip to content

F/test checkbox 4

F/test checkbox 4 #2

Workflow file for this run

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