From 4335b0a34a44af82bb63739e8e9b3ffc72ecf3f7 Mon Sep 17 00:00:00 2001 From: neuronull Date: Tue, 2 May 2023 14:48:47 -0600 Subject: [PATCH] chore(ci): Disable scheduled runs of Baseline Timings workflow (#17281) --- .github/workflows/baseline.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 06df25b6e7afe..2bc12be8c05c3 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -1,9 +1,11 @@ +# Executes various builds of vector to time the results in order to track build times. +# +# This workflow is unrelated to the Regression workflow. + name: Baseline Timings on: workflow_dispatch: - schedule: - - cron: "0 */2 * * *" env: CI: true