From 5020b2f2ed9994e366c5890664d2967c656abb6d Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 13 Feb 2024 10:45:24 +0100 Subject: [PATCH] Fix some labels. --- .github/workflows/build.yml | 4 ++-- .github/workflows/redis.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fe270f..3046dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: mariadb: needs: qc-before - name: MariaDB + name: MariaDB w/Healthcheck uses: ./.github/workflows/mariadb.yml secrets: inherit permissions: @@ -101,7 +101,7 @@ jobs: redis: needs: qc-before - name: Redis w/Healthchecks + name: Redis w/Healthcheck uses: ./.github/workflows/redis.yml secrets: inherit permissions: diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index aeb04e2..a860176 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -1,4 +1,4 @@ -name: Build Redis +name: Redis w/Healthcheck permissions: contents: read @@ -26,12 +26,12 @@ jobs: - 6 - 6-alpine - 6-buster - - 6.0 + - "6.0" - 6.2 - 7 - 7-alpine - 7-bookworm - - 7.0 + - "7.0" - 7.2 - latest steps: