From 11ef984000a268398da99bb7a75726d6e396ddea Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 6 Sep 2024 00:27:36 -0700 Subject: [PATCH] Only run atime tests on non-fork branches --- .github/workflows/performance-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index cb30e7625f..69fc1e4e7c 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -15,6 +15,7 @@ on: jobs: comment: + if: github.repository == 'Rdatatable/data.table' runs-on: ubuntu-latest container: ghcr.io/iterative/cml:0-dvc2-base1 env: