From 9153db084cfd79804ceea80b6f001613a993c617 Mon Sep 17 00:00:00 2001 From: Doug <4741454+douglance@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:47:33 -0400 Subject: [PATCH] update names --- .github/workflows/assertion-monitor.yml | 1 + .github/workflows/batch-poster-monitor.yml | 1 + .github/workflows/retryable-monitor.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/assertion-monitor.yml b/.github/workflows/assertion-monitor.yml index 5ab11fdf5d..a29ceae4ae 100644 --- a/.github/workflows/assertion-monitor.yml +++ b/.github/workflows/assertion-monitor.yml @@ -8,6 +8,7 @@ on: jobs: run-monitoring: + name: Assertion Monitor (${{ matrix.chain }}) strategy: matrix: chain: [core, orbit] diff --git a/.github/workflows/batch-poster-monitor.yml b/.github/workflows/batch-poster-monitor.yml index 383f6a8e15..8d9af811f0 100644 --- a/.github/workflows/batch-poster-monitor.yml +++ b/.github/workflows/batch-poster-monitor.yml @@ -8,6 +8,7 @@ on: jobs: run-monitoring: + name: Batch Poster Monitor (${{ matrix.chain }}) strategy: matrix: chain: [core, orbit] diff --git a/.github/workflows/retryable-monitor.yml b/.github/workflows/retryable-monitor.yml index ef17c157e8..4b251bbbee 100644 --- a/.github/workflows/retryable-monitor.yml +++ b/.github/workflows/retryable-monitor.yml @@ -8,6 +8,7 @@ on: jobs: run-retryable-monitoring: + name: Retryables Monitor (${{ matrix.chain }}) strategy: matrix: chain: [core, orbit]