Skip to content

#11762: Remove build-docker label requirement #8

#11762: Remove build-docker label requirement

#11762: Remove build-docker label requirement #8

Workflow file for this run

name: "[post-commit] Build C++ binaries with all configs"
on:
workflow_call:
workflow_dispatch:
push:
branches: ["mchiou/11762*"]
jobs:
static-checks:
uses: ./.github/workflows/all-static-checks.yaml
secrets: inherit
build-docker-image-2004:
uses: ./.github/workflows/build-docker-artifact.yaml
secrets: inherit
with:
os: ubuntu-20.04-amd64
build-docker-image-2204:
uses: ./.github/workflows/build-docker-artifact.yaml
secrets: inherit
with:
os: ubuntu-22.04-amd64
build:
needs: [build-docker-image-2004, build-docker-image-2204]
uses: ./.github/workflows/build.yaml

Check failure on line 25 in .github/workflows/build-wrapper.yaml

View workflow run for this annotation

GitHub Actions / [post-commit] Build C++ binaries with all configs

Invalid workflow file

error parsing called workflow ".github/workflows/build-wrapper.yaml" -> "./.github/workflows/build.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit