fix: if one oidc verifier is failing, do not let the whole API fail #25170
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
# 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] |