infra: build: specify an optional dependency on the docker image build workflow

This commit is contained in:
2025-12-05 16:19:46 -06:00
parent 58d67c4757
commit ec410c48f5

View File

@@ -4,6 +4,8 @@ on: [pull_request]
jobs:
build:
runs-on: gentoo-utils
needs: build-docker
if: ${{ always() }}
steps:
- name: Checkout repo