infra: build: specify an optional dependency on the docker image build workflow
Some checks failed
Build gentoo-utils docker image / build-docker (pull_request) Failing after 1m34s
Build gentoo-utils / build (pull_request) Has been cancelled

This commit is contained in:
2025-12-05 16:19:46 -06:00
parent 001ea5b5d2
commit 2a897fe611

View File

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