Fix some labels.

This commit is contained in:
Greyscale 2024-02-13 10:45:24 +01:00
parent 36059caa7a
commit 5020b2f2ed
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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: