Skip to content

Commit

Permalink
chore(ci): Disable scheduled runs of Baseline Timings workflow (#17281)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull authored May 2, 2023
1 parent 61c0d76 commit 4335b0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4335b0a

Please sign in to comment.