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