Skip to content

Add Debouncer — coalesce rapid workflow calls into one execution #1167

Add Debouncer — coalesce rapid workflow calls into one execution

Add Debouncer — coalesce rapid workflow calls into one execution #1167

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches:
- main
- release/*
types:
- ready_for_review
- opened
- reopened
- synchronize
jobs:
test:
uses: ./.github/workflows/test.yml
test-crdb:
uses: ./.github/workflows/test_crdb.yml
test-demo-apps:
uses: ./.github/workflows/test_demo_apps.yml