Exclude latest-alpine as that isn't a thing
This commit is contained in:
parent
dc393fd5e7
commit
655c576f0f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/postgres.yml
vendored
3
.github/workflows/postgres.yml
vendored
|
|
@ -58,6 +58,9 @@ jobs:
|
||||||
alpine:
|
alpine:
|
||||||
- "-alpine"
|
- "-alpine"
|
||||||
- ""
|
- ""
|
||||||
|
exclude:
|
||||||
|
- version: latest
|
||||||
|
alpine: "-alpine"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue