Files
easy-graph--easy-graph/.github/workflows/benchmarking.yaml
T
2026-07-13 12:36:30 +08:00

16 lines
370 B
YAML

name: "Run Teddy's benchmarking workflow"
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
trigger:
permissions: write-all
name: "Trigger Teddy's benchmarking workflow"
uses: tddschn/easygraph-bench/.github/workflows/bench-all.yaml@master
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseTag: "CI-easygraph-bench"