infra: build: specify an optional dependency on the docker image build workflow
This commit is contained in:
@@ -4,6 +4,8 @@ on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: gentoo-utils
|
||||
needs: build-docker
|
||||
if: ${{ always() }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user