Skip to content

fix(DSim): Correctly register global event handlers in distributed setup #3895

fix(DSim): Correctly register global event handlers in distributed setup

fix(DSim): Correctly register global event handlers in distributed setup #3895

Workflow file for this run

name: "Check for conventional commits format"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Check that PR title follows conventional commits
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}