From 6b3126c2bb0a8d5e1cf2ff51cb9b4c1fb262bd18 Mon Sep 17 00:00:00 2001 From: Everett Pompeii Date: Mon, 24 Jun 2024 08:09:55 -0400 Subject: [PATCH] Update workflow links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36f2df4..627fe6a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [Bencher](https://bencher.dev) is a suite of [continuous benchmarking](https://bencher.dev/docs/explanation/continuous-benchmarking/) tools. The `.github` directory contains example workflows from [how to use Bencher in GitHub Actions](https://bencher.dev/docs/how-to/github-actions/). -- [Benchmark pushes to `main` branch](.github/workflows/benchmarks.yml) +- [Benchmark pushes to `main` branch](.github/workflows/base_benchmarks.yml) - [Benchmark pull requests from branches](.github/workflows/pr_benchmarks.yml) -- [Benchmark fork pull requests with Required Reviewers](.github/workflows/pr_target_benchmarks.yml) - Benchmark fork pull requests and upload from default branch - - [Run benchmarks and cache](.github/workflows/pr_and_cache_benchmarks.yml) - - [Track benchmarks](.github/workflows/pr_track_benchmarks.yml) + - [Run benchmarks and cache](.github/workflows/run_fork_pr_benchmarks.yml) + - [Track benchmarks](.github/workflows/track_fork_pr_benchmarks.yml) +- [Benchmark fork pull requests with Required Reviewers](.github/workflows/pr_target_benchmarks.yml)