workflows: Add build-checks to manual CI

Currently the ci-on-push workflow that runs on PRs runs
two jobs: gatekeeper-skipper.yaml and ci.yaml. In order
to test things like for the error
```
too many workflows are referenced, total: 21, limit: 20
```
on topic branches, we need ci-devel.yaml to have an
extra workflow to match ci-on-push, so add the build-checks
as this is helpful to run on topic branches anyway.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-02-25 11:38:49 +00:00
parent 23434791f2
commit 5000fca664

View File

@ -11,3 +11,8 @@ jobs:
tag: ${{ github.sha }}-dev
target-branch: ${{ github.ref_name }}
secrets: inherit
build-checks:
uses: ./.github/workflows/build-checks.yaml
with:
instance: ubuntu-22.04