fix: switch to in-memory storage for events when necessary #6853
Workflow file for this run
This file contains hidden or 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: Check PR Title | |
| on: | |
| pull_request: | |
| branches: ['main', 'develop', 'hotfix/*'] | |
| types: ['opened', 'reopened', 'edited', 'synchronize'] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| check_pr_title: | |
| name: Check PR title | |
| runs-on: [self-hosted, Linux, X64] | |
| steps: | |
| - name: Check PR title | |
| uses: rudderlabs/github-action-check-pr-title@v1.0.11 |