DO NOT MERGE: Debug gene info endpoint returning null #1688
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
# Validates PR title follows conventional commits | |
name: conventional-commits | |
on: | |
pull_request: | |
branches: main | |
types: | |
- edited | |
- opened | |
- synchronize | |
- reopened | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
conventional_commit_title: | |
runs-on: [ARM64, self-hosted, Linux] | |
steps: | |
- uses: chanzuckerberg/github-actions/.github/actions/[email protected] |