Skip to content

Commit

Permalink
workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Sep 18, 2023
1 parent 94cb2cc commit a101273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workload_checks.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Workload Checks
# Workload Checks Suite
#
# Runs Vector Workload Checks.
#
# Runs on:
# - scheduled daily UTC midnight

# This workflow runs the collection of our workload checks, using the repo HEAD SHA,
# This workflow runs the collection of our workload checks, using the Vector repo HEAD SHA,
# which depends on when the workflow is invoked.
#
# The goal is to establish a baseline of check results for a variety of cases
# and visualize trends for important Vector use cases.
#
# The HEAD SHA is also used to tag the Vector Docker image.

name: Workload Checks
name: Workload Checks Suite

on:
workflow_call:
Expand Down

0 comments on commit a101273

Please sign in to comment.