From a930e253a0f2130ede6a42f57c52a59de21eeb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffeegoddd=E2=98=95=EF=B8=8F=E2=9C=A8?= Date: Mon, 2 Mar 2026 14:51:17 -0800 Subject: [PATCH] /.github/workflows: skip these on dependabot prs --- .github/workflows/ci-check-performance.yaml | 1 + .github/workflows/sysbench-performance.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-check-performance.yaml b/.github/workflows/ci-check-performance.yaml index faf603830d..4d33b12567 100644 --- a/.github/workflows/ci-check-performance.yaml +++ b/.github/workflows/ci-check-performance.yaml @@ -7,6 +7,7 @@ on: types: [opened, labeled, unlabeled, synchronize] jobs: label: + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest permissions: issues: write diff --git a/.github/workflows/sysbench-performance.yaml b/.github/workflows/sysbench-performance.yaml index 5573976f2a..49d3ac5542 100644 --- a/.github/workflows/sysbench-performance.yaml +++ b/.github/workflows/sysbench-performance.yaml @@ -9,6 +9,7 @@ on: jobs: performance: name: Trigger Mini Benchmark Latency K8s Workflow + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-22.04 steps: - name: Build benchmark payload (main HEAD + PR HEAD)