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: