Skip to content

ci: Disable benchmarks & valgrind builds on CI #1244

ci: Disable benchmarks & valgrind builds on CI

ci: Disable benchmarks & valgrind builds on CI #1244

name: "detect_conflicts"
on:
push:
branches:
- "*"
tags:
- "!*"
repository_dispatch:
types:
- pull_request_opened
- pull_request_reopened
- pull_request_synchronize
permissions:
pull-requests: write
concurrency:
group: detect-conflicts
jobs:
main:
uses: roc-streaming/ci/.github/workflows/detect_conflicts.yml@main
with:
development-branch: "develop"
secrets:
triage-token: ${{ secrets.REPO_TRIAGE }}