/.github/workflows: skip these on dependabot prs

This commit is contained in:
coffeegoddd☕️✨
2026-03-02 14:51:17 -08:00
parent 1912c5a08d
commit a930e253a0
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ on:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
issues: write

View File

@@ -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)