From 9e34625df550f18141a918e704ef8be8cd34012e Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 4 Feb 2025 15:44:16 -0700 Subject: [PATCH] Adding back to PR to test --- .github/workflows/benchmark.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 58a559967..cd33ce16e 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -1,14 +1,14 @@ name: Floris Benchmark -on: - schedule: - - cron: '0 3 * * *' # Runs daily at 3am UTC # on: -# push: -# branches: -# - develop -# pull_request: -# branches: -# - develop +# schedule: +# - cron: '0 3 * * *' # Runs daily at 3am UTC +on: + push: + branches: + - develop + pull_request: + branches: + - develop workflow_dispatch: # Allows manual triggering of the workflow permissions: