mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-12 02:11:15 -05:00
/.github/workflows: skip these on dependabot prs
This commit is contained in:
1
.github/workflows/ci-check-performance.yaml
vendored
1
.github/workflows/ci-check-performance.yaml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
jobs:
|
||||
label:
|
||||
if: github.actor != 'dependabot[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
1
.github/workflows/sysbench-performance.yaml
vendored
1
.github/workflows/sysbench-performance.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user