Files
gentoo-utils/.gitea/workflows/build.yml
penguin 2a897fe611
Some checks failed
Build gentoo-utils docker image / build-docker (pull_request) Failing after 1m34s
Build gentoo-utils / build (pull_request) Has been cancelled
infra: build: specify an optional dependency on the docker image build workflow
2025-12-05 16:19:46 -06:00

17 lines
268 B
YAML

name: Build gentoo-utils
on: [pull_request]
jobs:
build:
runs-on: gentoo-utils
needs: build-docker
if: ${{ always() }}
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: build and check
run: ./check.sh