mirror of https://github.com/astral-sh/uv
Respect `no-build` label in Docker image builds (#11333)
e.g., https://github.com/astral-sh/uv/pull/11329 is runner Docker image builds but should not
This commit is contained in:
parent
12e7abe093
commit
e22ecee36b
|
|
@ -22,6 +22,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
|
||||||
name: Build Docker image (ghcr.io/astral-sh/uv) for ${{ matrix.platform }}
|
name: Build Docker image (ghcr.io/astral-sh/uv) for ${{ matrix.platform }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue