From 78af9d19a17689a5d1907837c257b7233ab1c49b Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Wed, 21 Aug 2024 08:47:20 +0200 Subject: [PATCH] Run the benchmark only on the main repository --- .github/workflows/benchmarks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2df85525e7..9ce804ca8e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -5,7 +5,8 @@ on: branches: - main jobs: - detray_benchmark_job: + traccc_benchmark_job: + if: github.repository == 'acts-project/traccc' runs-on: ubuntu-latest steps: - run: >