Skip to content

Commit

Permalink
changed schedule, no weekends
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Sep 26, 2023
1 parent 48b87c0 commit 8768a24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workload_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Runs Vector Workload Checks.
#
# Runs on:
# - scheduled daily 04:00 UTC
# - scheduled UTC midnight Tues-Sat

# This workflow runs the collection of our workload checks, using the latest Vector nightly image,
# which depends on when the workflow is invoked.
Expand All @@ -17,7 +17,8 @@ on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
# At midnight UTC Tue-Sat
- cron: '0 0 * * 2-6'
env:
SINGLE_MACHINE_PERFORMANCE_API: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_API }}

Expand Down

0 comments on commit 8768a24

Please sign in to comment.