Fix some labels.
This commit is contained in:
parent
36059caa7a
commit
5020b2f2ed
2 changed files with 5 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
6
.github/workflows/redis.yml
vendored
6
.github/workflows/redis.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue