Merge pull request #10779 from kata-containers/topic/arm64-static-build-runner

workflows: Move arm static checks runner
This commit is contained in:
Zvonko Kaiser 2025-01-23 22:29:16 -05:00 committed by GitHub
commit f5c509d58e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
instance:
- "arm-no-k8s"
- "ubuntu-22.04-arm"
- "s390x"
- "ppc64le"
uses: ./.github/workflows/build-checks.yaml

View File

@ -14,6 +14,7 @@ paths:
# Mapping of path (python) regexps to set-of-tests (sort by order of importance)
# CI
- "^ci/openshift-ci/": []
- "^\\.github/workflows/static-checks": ["static"]
- "^\\.github/workflows/": []
# TODO: Expand filters
# Documentation